mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Update pokemon-bw format
This commit is contained in:
parent
759097489a
commit
b77ec032be
@ -76,13 +76,13 @@ const fonts: Array<LoadingFontFaceProperty> = [
|
|||||||
},
|
},
|
||||||
// japanese
|
// japanese
|
||||||
{
|
{
|
||||||
face: new FontFace("emerald", "url(./fonts/pokemon-bw.otf)", {
|
face: new FontFace("emerald", "url(./fonts/pokemon-bw.ttf)", {
|
||||||
unicodeRange: rangesByLanguage.japanese,
|
unicodeRange: rangesByLanguage.japanese,
|
||||||
}),
|
}),
|
||||||
only: ["en", "es", "fr", "it", "de", "pt", "ko", "ja", "ca", "da", "tr", "ro", "ru"],
|
only: ["en", "es", "fr", "it", "de", "pt", "ko", "ja", "ca", "da", "tr", "ro", "ru"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
face: new FontFace("pkmnems", "url(./fonts/pokemon-bw.otf)", {
|
face: new FontFace("pkmnems", "url(./fonts/pokemon-bw.ttf)", {
|
||||||
unicodeRange: rangesByLanguage.japanese,
|
unicodeRange: rangesByLanguage.japanese,
|
||||||
}),
|
}),
|
||||||
only: ["en", "es", "fr", "it", "de", "pt", "ko", "ja", "ca", "da", "tr", "ro", "ru"],
|
only: ["en", "es", "fr", "it", "de", "pt", "ko", "ja", "ca", "da", "tr", "ro", "ru"],
|
||||||
|
Loading…
Reference in New Issue
Block a user