diff --git a/src/plugins/i18n.ts b/src/plugins/i18n.ts index 7d3b30ed5b0..f4f20d71d2b 100644 --- a/src/plugins/i18n.ts +++ b/src/plugins/i18n.ts @@ -76,14 +76,13 @@ const fonts: Array = [ }, // japanese { - face: new FontFace("emerald", "url(./fonts/Galmuri11.subset.woff2)", { + face: new FontFace("emerald", "url(./fonts/pokemon-bw.otf)", { unicodeRange: rangesByLanguage.japanese, }), - extraOptions: { sizeAdjust: "66%" }, only: ["ja"], }, { - face: new FontFace("pkmnems", "url(./fonts/Galmuri9.subset.woff2)", { + face: new FontFace("pkmnems", "url(./fonts/pokemon-bw.otf)", { unicodeRange: rangesByLanguage.japanese, }), only: ["ja"],