mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Changed Japanese Font + removed font size adjustment
This commit is contained in:
parent
0d3446b354
commit
2d6a623eb5
@ -76,14 +76,13 @@ const fonts: Array<LoadingFontFaceProperty> = [
|
||||
},
|
||||
// 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"],
|
||||
|
Loading…
Reference in New Issue
Block a user