.
This commit is contained in:
parent
3fef0cae1f
commit
cf3f9ed970
1 changed files with 25 additions and 2 deletions
|
@ -36,7 +36,8 @@
|
|||
(uri (string-append "https://github.com/githubnext/monaspace/releases/"
|
||||
"download/v" version "/monaspace-v" version ".zip"))
|
||||
(sha256
|
||||
(base32 "1xn80c1jglgl1dklk967lkv9gmx2ikhhh36y3y2izjmfs1pkf21y"))))
|
||||
(base32
|
||||
"1xn80c1jglgl1dklk967lkv9gmx2ikhhh36y3y2izjmfs1pkf21y"))))
|
||||
(build-system font-build-system)
|
||||
(home-page "https://github.com/githubnext/monaspace")
|
||||
(synopsis "The Monaspace type system is a monospaced type superfamily with some modern tricks up
|
||||
|
@ -58,7 +59,8 @@ typographical palette.")
|
|||
(uri (string-append "https://github.com/ryanoasis/nerd-fonts/releases/"
|
||||
"download/v" version "/Monaspace.zip"))
|
||||
(sha256
|
||||
(base32 "1hmnm7hksw5ibf96g9ma40d18rszy0ia6znz27cm336ril6ngrdz"))))
|
||||
(base32
|
||||
"1hmnm7hksw5ibf96g9ma40d18rszy0ia6znz27cm336ril6ngrdz"))))
|
||||
(build-system font-build-system)
|
||||
(home-page "https://github.com/ryanoasis/nerd-fonts")
|
||||
(synopsis "The Monaspace type system is a monospaced type superfamily with some modern tricks up
|
||||
|
@ -68,3 +70,24 @@ its sleeve.")
|
|||
glyphs (icons). Specifically to add a high number of extra glyphs from popular 'iconic fonts' such
|
||||
as Font Awesome, Devicons, Octicons, and others.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public font-nerdfont-iosevka-term-slab
|
||||
(package
|
||||
(name "font-nerdfont-iosevka-term-slab")
|
||||
(version "3.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch/zipbomb)
|
||||
(uri (string-append "https://github.com/ryanoasis/nerd-fonts/releases/"
|
||||
"download/v" version "/IosevkaTermSlab.zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nz7i28sfrab8zlj9m5kw2dhfwaxrdmjxppymcr3ggiq7i5msr9j"))))
|
||||
(build-system font-build-system)
|
||||
(home-page "https://github.com/ryanoasis/nerd-fonts")
|
||||
(synopsis "Versatile typeface for code, from code.")
|
||||
(description
|
||||
"Nerd Fonts is a project that patches developer targeted fonts with a high number of
|
||||
glyphs (icons). Specifically to add a high number of extra glyphs from popular 'iconic fonts' such
|
||||
as Font Awesome, Devicons, Octicons, and others.")
|
||||
(license license:expat)))
|
||||
|
|
Loading…
Reference in a new issue