guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: gnu: font-chiron-hei-hk: Inherit from font-chiron-sung-hk.


From: guix-commits
Subject: 05/07: gnu: font-chiron-hei-hk: Inherit from font-chiron-sung-hk.
Date: Mon, 8 Aug 2022 14:19:34 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 80f380c5473a6f16430e1c047f5af57da002edb4
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Mon Aug 8 15:58:38 2022 +0800

    gnu: font-chiron-hei-hk: Inherit from font-chiron-sung-hk.
    
    * gnu/packages/fonts.scm (font-chiron-hei-hk): Inherit from
    font-chiron-sung-hk.
    [build-system, home-page ,license]: Drop fields.
    [synopsis, description]: Use English.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/fonts.scm | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 4357879e1a..a5f2bd9e95 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2777,6 +2777,7 @@ prevalent typefaces in Traditional Chinese regions.")
 
 (define-public font-chiron-hei-hk
   (package
+    (inherit font-chiron-sung-hk)
     (name "font-chiron-hei-hk")
     (version "2.502")
     (source (origin
@@ -2788,8 +2789,10 @@ prevalent typefaces in Traditional Chinese regions.")
               (sha256
                (base32
                 "0wk1yladmwflkwrmj374avpml8shyrgd622f7mbvw5ln7fi70d2l"))))
-    (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)))
+                "00av598lcsvbwfxabs8m1bfvlk3zq98nziynsrg5p2s5mhz2pkvk"))))
+    (synopsis "Traditional Chinese Gothic typeface")
+    (description
+     "Chiron Hei HK is a Traditional Chinese Gothic typeface based on the Hong
+Kong variant of Adobe’s Source Han Sans.  The font aims at providing a modern,
+region-agnostic glyph set adopting the “modern” glyph style that is similar to
+prevalent typefaces in Traditional Chinese regions.")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]