* [bug#56721] [PATCH] gnu: Add font-chiron-hei-hk
@ 2022-07-23 8:01 Hilton Chain via Guix-patches via
[not found] ` <handler.56721.B.16585637659555.ack@debbugs.gnu.org>
0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2022-07-23 8:01 UTC (permalink / raw)
To: 56721
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-03 7:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-23 8:01 [bug#56721] [PATCH] gnu: Add font-chiron-hei-hk Hilton Chain via Guix-patches via
[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
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).