Update pokemon-bw format

This commit is contained in:
Lugiad 2025-06-28 23:17:51 +02:00 committed by GitHub
parent 759097489a
commit b77ec032be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"],