From 917219401a8b0412dd1045c5ac217165ce4fa030 Mon Sep 17 00:00:00 2001 From: jpirnay Date: Sun, 10 May 2026 21:28:32 +0200 Subject: [PATCH] Dont create cjk fonts (yet) --- lib/EpdFont/scripts/sd-fonts.yaml | 36 +++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/lib/EpdFont/scripts/sd-fonts.yaml b/lib/EpdFont/scripts/sd-fonts.yaml index ee5365a1..81ddd782 100644 --- a/lib/EpdFont/scripts/sd-fonts.yaml +++ b/lib/EpdFont/scripts/sd-fonts.yaml @@ -294,23 +294,23 @@ families: # ── CJK & Hangul ────────────────────────────────────────────────────── - - name: NotoSansCJK - description: "Sans-serif (Chinese, Japanese, Korean)" - intervals: builtin,ascii,latin1,punctuation,cjk - sizes: [10, 12, 14, 16, 18] - styles: - regular: {url: "https://github.com/notofonts/noto-cjk/raw/main/Sans/OTF/SimplifiedChinese/NotoSansCJKsc-Regular.otf"} + # - name: NotoSansCJK + # description: "Sans-serif (Chinese, Japanese, Korean)" + # intervals: builtin,ascii,latin1,punctuation,cjk + # sizes: [10, 12, 14, 16, 18] + # styles: + # regular: {url: "https://github.com/notofonts/noto-cjk/raw/main/Sans/OTF/SimplifiedChinese/NotoSansCJKsc-Regular.otf"} - - name: NotoSerifCJK - description: "Serif (Chinese, Japanese, Korean)" - intervals: builtin,ascii,latin1,punctuation,cjk - sizes: [10, 12, 14, 16, 18] - styles: - regular: {url: "https://github.com/notofonts/noto-cjk/raw/main/Serif/OTF/SimplifiedChinese/NotoSerifCJKsc-Regular.otf"} + # - name: NotoSerifCJK + # description: "Serif (Chinese, Japanese, Korean)" + # intervals: builtin,ascii,latin1,punctuation,cjk + # sizes: [10, 12, 14, 16, 18] + # styles: + # regular: {url: "https://github.com/notofonts/noto-cjk/raw/main/Serif/OTF/SimplifiedChinese/NotoSerifCJKsc-Regular.otf"} - - name: NotoSansHangul - description: "Sans-serif (Korean Hangul)" - intervals: builtin,ascii,latin1,punctuation,hangul - sizes: [10, 12, 14, 16, 18] - styles: - regular: {url: "https://github.com/notofonts/noto-cjk/raw/main/Sans/OTF/Korean/NotoSansCJKkr-Regular.otf"} + # - name: NotoSansHangul + # description: "Sans-serif (Korean Hangul)" + # intervals: builtin,ascii,latin1,punctuation,hangul + # sizes: [10, 12, 14, 16, 18] + # styles: + # regular: {url: "https://github.com/notofonts/noto-cjk/raw/main/Sans/OTF/Korean/NotoSansCJKkr-Regular.otf"}