Message ID | y76r11r5wwe.wl-hako@ultrarare.space |
---|---|
State | Accepted |
Headers | show |
Series | gnu: Use English synopsis for some fonts. | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git-branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index ae9d79c1b8..3a217a54b2 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -1599,7 +1599,7 @@ (define-public font-sarasa-gothic (native-inputs (list p7zip)) (home-page "https://github.com/be5invis/Sarasa-Gothic") (license license:silofl1.1) - (synopsis "Sarasa Gothic / 更纱黑体 / 更紗黑體 / 更紗ゴシック / 사라사 고딕") + (synopsis "CJK programming font based on Iosevka and Source Han Sans") (description "Sarasa Gothic is a programming font based on Iosevka and Source Han Sans, most CJK characters are same height, and double width as ASCII characters.")))
From 5fcb7d7d42698faf0b7ed93226db54f89cea15df Mon Sep 17 00:00:00 2001 From: Hilton Chain <hako@ultrarare.space> Date: Mon, 8 Aug 2022 09:35:24 +0800 Subject: [PATCH v3 1/7] gnu: font-sarasa-gothic: Use English for synopsis. * gnu/packages/fonts.scm (font-sarasa-gothic)[synopsis]: Use English. --- gnu/packages/fonts.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)