mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +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
|
// japanese
|
||||||
{
|
{
|
||||||
face: new FontFace("emerald", "url(./fonts/Galmuri11.subset.woff2)", {
|
face: new FontFace("emerald", "url(./fonts/pokemon-bw.otf)", {
|
||||||
unicodeRange: rangesByLanguage.japanese,
|
unicodeRange: rangesByLanguage.japanese,
|
||||||
}),
|
}),
|
||||||
extraOptions: { sizeAdjust: "66%" },
|
|
||||||
only: ["ja"],
|
only: ["ja"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
face: new FontFace("pkmnems", "url(./fonts/Galmuri9.subset.woff2)", {
|
face: new FontFace("pkmnems", "url(./fonts/pokemon-bw.otf)", {
|
||||||
unicodeRange: rangesByLanguage.japanese,
|
unicodeRange: rangesByLanguage.japanese,
|
||||||
}),
|
}),
|
||||||
only: ["ja"],
|
only: ["ja"],
|
||||||
|
Loading…
Reference in New Issue
Block a user