From cf3f9ed97080e452d82a5767fe13afba855e7908 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Wed, 3 Apr 2024 23:59:19 +0200 Subject: [PATCH] . --- zilti/packages/fonts.scm | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/zilti/packages/fonts.scm b/zilti/packages/fonts.scm index f6cd55c..0b0ec98 100644 --- a/zilti/packages/fonts.scm +++ b/zilti/packages/fonts.scm @@ -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)))