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