gnu: Add font-plemoljp.
* gnu/packages/fonts.scm (font-plemoljp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
0dbfc16ee2
commit
b2f6b6f6b9
1 changed files with 20 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
|||
;;; Copyright © 2021 Sergiu Ivanov <sivanov@colimite.fr>
|
||||
;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
|
||||
;;; Copyright © 2021 Paul A. Patience <paul@apatience.com>
|
||||
;;; Copyright © 2021 Taiju HIGASHI <higashi@taiju.info>
|
||||
;;; Copyright © 2022 Philip McGrath <philip@philipmcgrath.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
|
@ -1885,6 +1886,25 @@ (define-public font-mononoki
|
|||
(home-page "https://madmalik.github.io/mononoki/")
|
||||
(license license:silofl1.1)))
|
||||
|
||||
(define-public font-plemoljp
|
||||
(package
|
||||
(name "font-plemoljp")
|
||||
(version "1.2.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://github.com/yuru7/PlemolJP/releases/download/"
|
||||
"v" version "/PlemolJP_v" version ".zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"03cwzkqg09c87lmsx9xfzdrlgjml93bhhp1dqq3qkpdfww30wkaw"))))
|
||||
(build-system font-build-system)
|
||||
(home-page "https://github.com/yuru7/PlemolJP")
|
||||
(synopsis "Plex Mono Language JP")
|
||||
(description "PlemolJP (Plex Mono Language JP) is a Japanese programming
|
||||
font that is a composite of IBM Plex Mono and IBM Plex Sans JP.")
|
||||
(license license:silofl1.1)))
|
||||
|
||||
(define-public font-public-sans
|
||||
(package
|
||||
(name "font-public-sans")
|
||||
|
|
Loading…
Reference in a new issue