From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 56721@debbugs.gnu.org
Subject: [bug#56721] [PATCH] gnu: Add font-chiron-hei-hk
Date: Sat, 23 Jul 2022 16:01:08 +0800 [thread overview]
Message-ID: <981e35516ee5d3b9d7a38e1cdaf7760b81efb6ac.1658563372.git.hako@ultrarare.space> (raw)
* gnu/packages/fonts (font-chiron-hei-hk): New variable.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
---
gnu/packages/fonts.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index c60640a757..5b5da013f2 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2767,3 +2767,21 @@ (define-public font-chiron-sung-hk
"Chiron Sung HK (昭源宋體) is a Traditional Chinese serif
typeface based on Adobe’s Source Han Serif (a.k.a. Google’s Noto Sans CJK).")
(license license:silofl1.1)))
+
+(define-public font-chiron-hei-hk
+ (package
+ (name "font-chiron-hei-hk")
+ (version "2.502")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/chiron-fonts/chiron-hei-hk/archive/refs/tags/v"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0d9r9wd5ssiihiywpybr9zzq3gca2678si09jz7c3mniash278ym"))))
+ (build-system font-build-system)
+ (home-page "https://chiron-fonts.github.io/")
+ (synopsis "昭源黑體")
+ (description "The complementary sans-serif typeface for Chiron Sung HK.")
+ (license license:silofl1.1)))
--
2.36.1
next reply other threads:[~2022-07-23 8:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-23 8:01 Hilton Chain via Guix-patches via [this message]
[not found] ` <handler.56721.B.16585637659555.ack@debbugs.gnu.org>
2022-08-03 7:04 ` bug#56721: Acknowledgement ([PATCH] gnu: Add font-chiron-hei-hk) Hilton Chain via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=981e35516ee5d3b9d7a38e1cdaf7760b81efb6ac.1658563372.git.hako@ultrarare.space \
--to=guix-patches@gnu.org \
--cc=56721@debbugs.gnu.org \
--cc=hako@ultrarare.space \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.