mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add font-libre-franklin.
* gnu/packages/fonts.scm (font-libre-franklin): New variable. Change-Id: I4732b76b74be861d5c7b071a4f562373664e8282 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
34c79c6ae8
commit
a2eaa97637
1 changed files with 24 additions and 0 deletions
|
@ -587,6 +587,30 @@ (define-public font-libertinus
|
|||
@end enumerate\n")
|
||||
(license license:silofl1.1)))
|
||||
|
||||
(define-public font-libre-franklin
|
||||
(let ((commit "bfc61d6e403771c2e90aa6e0bd54975633974fb2")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "font-libre-franklin")
|
||||
(version (git-version "1.015" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/impallari/Libre-Franklin")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"07rm9fkhm8ckxpaj0zixl4vgzmj6bj4xzbaqm5hngdjds1bjv1ls"))))
|
||||
(build-system font-build-system)
|
||||
(home-page "https://fonts.google.com/specimen/Libre+Franklin")
|
||||
(synopsis "Font family based on Franklin Gothic")
|
||||
(description
|
||||
"The Libre Franklin font family is an open source interpretation and
|
||||
expansion of Franklin Gothic, a classic font. It covers 105 Latin Languages.")
|
||||
(license license:silofl1.1))))
|
||||
|
||||
(define-public font-terminus
|
||||
(package
|
||||
(name "font-terminus")
|
||||
|
|
Loading…
Reference in a new issue