Skip to content

Commit

Permalink
Merge pull request #6 from osm-americana/zlw-hangul
Browse files Browse the repository at this point in the history
Switch to Noto Sans Korean
  • Loading branch information
ZeLonewolf authored Jan 2, 2025
2 parents 03a4367 + 3ffcc1e commit 78bc33c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 42 deletions.
42 changes: 4 additions & 38 deletions fonts.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"font-families": {
"Gothic A1": ["regular", "700"],
"M PLUS Rounded 1c": ["regular", "700"],
"Noto Sans": ["regular", "700", "italic", "700italic"],
"Noto Sans Arabic": ["regular", "700"],
"Noto Naskh Arabic": ["regular", "700"],
Expand Down Expand Up @@ -151,14 +149,6 @@
},
"custom-font-stacks": {
"Americana-Regular": [
{
"file": "GothicA1-regular",
"ranges": ["space", "hangul"]
},
{
"file": "MPlusRounded1C-regular",
"ranges": ["fullwidth", "hiragana", "kanbun", "katakana"]
},
{
"file": "NotoSansArabic-regular",
"ranges": ["arabic"]
Expand Down Expand Up @@ -261,18 +251,10 @@
},
{
"file": "NotoSans-regular",
"ranges": ["cyrillic", "greek", "latin"]
"ranges": ["cyrillic", "greek", "latin", "space"]
}
],
"Americana-Bold": [
{
"file": "GothicA1-700",
"ranges": ["space", "hangul"]
},
{
"file": "MPlusRounded1C-700",
"ranges": ["fullwidth", "hiragana", "kanbun", "katakana"]
},
{
"file": "NotoSansArabic-700",
"ranges": ["arabic"]
Expand Down Expand Up @@ -375,18 +357,10 @@
},
{
"file": "NotoSans-700",
"ranges": ["cyrillic", "greek", "latin"]
"ranges": ["cyrillic", "greek", "latin", "space"]
}
],
"Americana-Italic": [
{
"file": "GothicA1-regular",
"ranges": ["space", "hangul"]
},
{
"file": "MPlusRounded1C-regular",
"ranges": ["fullwidth", "hiragana", "kanbun", "katakana"]
},
{
"file": "NotoSansArabic-regular",
"ranges": ["arabic"]
Expand Down Expand Up @@ -489,18 +463,10 @@
},
{
"file": "NotoSans-italic",
"ranges": ["cyrillic", "greek", "latin"]
"ranges": ["cyrillic", "greek", "latin", "space"]
}
],
"Americana-Bold-Italic": [
{
"file": "GothicA1-700",
"ranges": ["space", "hangul"]
},
{
"file": "MPlusRounded1C-700",
"ranges": ["fullwidth", "hiragana", "kanbun", "katakana"]
},
{
"file": "NotoSansArabic-700",
"ranges": ["arabic"]
Expand Down Expand Up @@ -603,7 +569,7 @@
},
{
"file": "NotoSans-700italic",
"ranges": ["cyrillic", "greek", "latin"]
"ranges": ["cyrillic", "greek", "latin", "space"]
}
]
}
Expand Down
10 changes: 7 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {},
"devDependencies": {
"fonteditor-core": "^2.1.11",
"fonteditor-core": "^2.4.1",
"glob": "^9.2.1",
"google-font-installer": "^1.2.0",
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit 78bc33c

Please sign in to comment.