From b77ec032be38db6c8a349c54ac9c92b1b1cdaf5f Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Sat, 28 Jun 2025 23:17:51 +0200 Subject: [PATCH] Update pokemon-bw format --- src/plugins/i18n.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/i18n.ts b/src/plugins/i18n.ts index 3e4761da8c9..f9214929a43 100644 --- a/src/plugins/i18n.ts +++ b/src/plugins/i18n.ts @@ -76,13 +76,13 @@ const fonts: Array = [ }, // 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"],