gnu: Add font-lxgw-wenkai-tc.

* gnu/packages/fonts (font-lxgw-wenkai-tc): New variable.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Hilton Chain 2022-07-23 15:59:52 +08:00 committed by 宋文武
parent c67635f507
commit ebdd352301
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -2729,3 +2729,21 @@ (define-public font-lxgw-wenkai
(description
"An open-source Chinese font derived from Fontworks' Klee One.")
(license license:silofl1.1)))
(define-public font-lxgw-wenkai-tc
(package
(name "font-lxgw-wenkai-tc")
(version "0.920")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/lxgw/LxgwWenKaiTC/releases/download/v"
version "/lxgw-wenkai-tc-v" version ".tar.gz"))
(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)))