GNU bug report logs -
#76232
[PATCH 0/2] Replace font-iosevka-comfy with font-aporetic
Previous Next
Full log
Message #11 received at 76232 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/fonts.scm (font-aporetic): New variable.
---
gnu/packages/fonts.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 16ab0af70e..50a51d8289 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -107,6 +107,26 @@ (define-module (gnu packages fonts)
#:use-module (gnu packages sdl)
#:use-module (gnu packages xorg))
+(define-public font-aporetic
+ (package
+ (name "font-aporetic")
+ (version "1.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/protesilaos/aporetic")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0cihagy7vhw5pqznbihwv3pgb516i94iqfnvfm73njrx1a4dalz6"))))
+ (build-system font-build-system)
+ (home-page "https://github.com/protesilaos/aporetic")
+ (synopsis "Successor to Iosevka Comfy")
+ (description
+ "Aporetic fonts are a custom build of Iosevka with different style and metrics than the default. This is the successor to my Iosevka Comfy fonts.")
+ (license license:silofl1.1)))
+
(define-public font-artifika
(package
(name "font-artifika")
--
2.47.1
This bug report was last modified 95 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.