[Localization][Bug] Korean Font update and expand coverage (#1823)
* update i18n.ts : add fontFace
* Update PokePT_Wansung.ttf with size adjustment
https://github.com/MrWaterT/PokePT_Wansung v2.3
* Enlarge font size
* Bypass Typedoc
* Cleanup i18n.ts
consist spaces in {}
remove hangul jamo unicodeRange
* Update PokePT_Wansug.ttf to fix 'f'
https://github.com/MrWaterT/PokePT_Wansung v2.4
* Adjust hangul glyphs size
* Remove double loading
maybe from 073c8aa
and #2066
This commit is contained in:
parent
b950af9bac
commit
2b848b83e6
Binary file not shown.
|
@ -89,8 +89,11 @@ export interface Localizable {
|
|||
}
|
||||
|
||||
const fonts = [
|
||||
new FontFace("emerald", "url(./fonts/PokePT_Wansung.ttf)"),
|
||||
new FontFace("emerald", "url(./fonts/pokemon-emerald-pro.ttf"),
|
||||
new FontFace("emerald", "url(./fonts/PokePT_Wansung.ttf)", { unicodeRange: "U+AC00-D7AC"}),
|
||||
Object.assign(
|
||||
new FontFace("pkmnems", "url(./fonts/PokePT_Wansung.ttf)", { unicodeRange: "U+AC00-D7AC"}),
|
||||
{ sizeAdjust: "133%" }
|
||||
),
|
||||
];
|
||||
|
||||
function initFonts() {
|
||||
|
|
Loading…
Reference in New Issue