diff --git a/fonts.json b/fonts.json index a0e89ef..df3722b 100644 --- a/fonts.json +++ b/fonts.json @@ -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"], @@ -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"] @@ -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"] @@ -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"] @@ -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"] @@ -603,7 +569,7 @@ }, { "file": "NotoSans-700italic", - "ranges": ["cyrillic", "greek", "latin"] + "ranges": ["cyrillic", "greek", "latin", "space"] } ] } diff --git a/package-lock.json b/package-lock.json index 9b93af1..e73c675 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "americana-fonts", "version": "0.1.0", "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", @@ -305,7 +305,9 @@ } }, "node_modules/fonteditor-core": { - "version": "2.1.11", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/fonteditor-core/-/fonteditor-core-2.4.1.tgz", + "integrity": "sha512-nKDDt6kBQGq665tQO5tCRQUClJG/2MAF9YT1eKHl+I4NasdSb6DgXrv/gMjNxjo9NyaVEv9KU9VZxLHMstN1wg==", "dev": true, "dependencies": { "@xmldom/xmldom": "^0.8.3" @@ -1733,7 +1735,9 @@ "dev": true }, "fonteditor-core": { - "version": "2.1.11", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/fonteditor-core/-/fonteditor-core-2.4.1.tgz", + "integrity": "sha512-nKDDt6kBQGq665tQO5tCRQUClJG/2MAF9YT1eKHl+I4NasdSb6DgXrv/gMjNxjo9NyaVEv9KU9VZxLHMstN1wg==", "dev": true, "requires": { "@xmldom/xmldom": "^0.8.3" diff --git a/package.json b/package.json index 69b5b3c..c97c094 100644 --- a/package.json +++ b/package.json @@ -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",