mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add font-jigmo.
* gnu/packages/fonts.scm (font-jigmo): New variable. Change-Id: Icdc619043d9f88eb413344fa9e7c2915ec86acc8 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
949f97f7f9
commit
cb31ea20ca
1 changed files with 21 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
;;; Copyright © 2020 John Soo <jsoo1@asu.edu>
|
||||
;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
|
||||
;;; Copyright © 2020, 2021 Julien Lepiller <julien@lepiller.eu>
|
||||
;;; Copyright © 2020 Zhu Zihao <all_but_last@163.com>
|
||||
;;; Copyright © 2020, 2024 Zhu Zihao <all_but_last@163.com>
|
||||
;;; Copyright © 2020, 2021, 2022 Simen Endsjø <simendsjo@gmail.com>
|
||||
;;; Copyright © 2020 Tim Van den Langenbergh <tmt_vdl@gmx.com>
|
||||
;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz>
|
||||
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue