diff options
author | Hilton Chain <hako@ultrarare.space> | 2022-08-08 15:57:50 +0800 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-08-08 18:57:42 +0200 |
commit | c3e8eaafdd511991791593f0de43058195d64911 (patch) | |
tree | 34b66b13395a834d51a92e173f8eaa2da7e0bf90 /gnu/packages/fonts.scm | |
parent | c24a2e7c301fb4808fe854f57a93f68505b7e0af (diff) |
gnu: font-lxgw-wenkai-tc: Inherit from font-lxgw-wenkai.
* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Inherit from font-lxgw-wenkai.
[build-system, license]: Removed fields.
[synopsis, description]: Use English.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages/fonts.scm')
-rw-r--r-- | gnu/packages/fonts.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 35a211e6e1..2acb5b9e44 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2734,6 +2734,7 @@ within GB 2312, standard glyphs for Mainland China is used.") (define-public font-lxgw-wenkai-tc (package + (inherit font-lxgw-wenkai) (name "font-lxgw-wenkai-tc") (version "0.920") (source (origin @@ -2744,11 +2745,12 @@ within GB 2312, standard glyphs for Mainland China is used.") (sha256 (base32 "1kysqzi19ldd1a3pd9axmggcbm1719myq6i6q6fdb1afscn272cp")))) - (build-system font-build-system) (home-page "https://github.com/lxgw/LxgwWenKaitc") - (synopsis "LXGW WenKai TC / 霞鶩文楷 TC") - (description "The Traditional Chinese Version of LXGW WenKai.") - (license license:silofl1.1))) + (synopsis "Traditional Chinese Imitation Song typeface") + (description + "LXGW Wenkai TC is a Traditional Chinese inherited glyphs form Imitation +Song typeface covering commonly used characters as well as written form of +dialects in Hong Kong and Taiwan."))) (define-public font-chiron-sung-hk (package |