mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add font-paytone-one.
* gnu/packages/fonts.scm (font-paytone-one): New variable. Change-Id: I0c1faf60855fbd10f2b4dd54026cfbabfa281441 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
98c68104f0
commit
7692608e05
1 changed files with 28 additions and 0 deletions
|
@ -2518,6 +2518,34 @@ (define-public font-mononoki
|
|||
(home-page "https://madmalik.github.io/mononoki/")
|
||||
(license license:silofl1.1)))
|
||||
|
||||
(define-public font-paytone-one
|
||||
(let ((version "0")
|
||||
(commit "b1438bc11966d48a1e9e8943b7b8a32dcb0c533c")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "font-paytone-one")
|
||||
(version (git-version version revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/googlefonts/paytoneFont")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1gbmrjx8yj8xjh6fs0pzh8j0kxvwvhhjlp16gmv5c7i6b8s7r4r2"))))
|
||||
(build-system font-build-system)
|
||||
(home-page "https://github.com/googlefonts/paytoneFont")
|
||||
(synopsis "Sans serif typeface")
|
||||
(description "Paytone One is a sans serif typeface developed for
|
||||
use as a display and headlining webfont.
|
||||
|
||||
The face has a slight casual appearance with ample round bowls. The
|
||||
slanted stroke terminals add some visual play to the overall appearance
|
||||
of the font.")
|
||||
(license license:silofl1.1))))
|
||||
|
||||
(define-public font-plemoljp
|
||||
(package
|
||||
(name "font-plemoljp")
|
||||
|
|
Loading…
Reference in a new issue