From cb31ea20ca13a0e9cde521360fe0020260900bd4 Mon Sep 17 00:00:00 2001 From: Zhu Zihao Date: Fri, 19 Apr 2024 16:22:25 +0800 Subject: gnu: Add font-jigmo. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/fonts.scm (font-jigmo): New variable. Change-Id: Icdc619043d9f88eb413344fa9e7c2915ec86acc8 Signed-off-by: 宋文武 --- gnu/packages/fonts.scm | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 9ec722c19c..f540c3bc9a 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -34,7 +34,7 @@ ;;; Copyright © 2020 John Soo ;;; Copyright © 2020 Raghav Gururajan ;;; Copyright © 2020, 2021 Julien Lepiller -;;; Copyright © 2020 Zhu Zihao +;;; Copyright © 2020, 2024 Zhu Zihao ;;; Copyright © 2020, 2021, 2022 Simen Endsjø ;;; Copyright © 2020 Tim Van den Langenbergh ;;; Copyright © 2020 Nicolò Balzarotti @@ -2963,6 +2963,26 @@ (define-public font-ipa-mj-mincho to have a detailed and proper character style.") (license license:ipa))) +(define-public font-jigmo + (package + (name "font-jigmo") + (version "20230816") + (source + (origin + (method url-fetch) + (uri (string-append "https://kamichikoichi.github.io/jigmo/Jigmo-" + version ".zip")) + (sha256 + (base32 "1higvn4qvz25hx215fs2vqlzh2d2645jbxf07yd82y09drl429jd")))) + (build-system font-build-system) + (home-page "https://kamichikoichi.github.io/jigmo/") + (synopsis "Font contains most CJK unified ideograph characters") + (description "Jigmo is a font contains all CJK unified ideograph characters +in Unicode 15.1 standard, ranges from CJK extension A to CJK extension I. +It is generated by the font shape data in GlyphWiki using KAGE system, Clipper +and FontForge.") + (license license:cc0))) + (define-public font-fontna-yasashisa-antique (package (name "font-fontna-yasashisa-antique") -- cgit v1.2.3