GNU bug report logs - #63192
[PATCH] gnu: Add font-iosevka-comfy.

Previous Next

Package: guix-patches;

Reported by: Dakota Logan <dklogan <at> riseup.net>

Date: Sun, 30 Apr 2023 18:43:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Dakota Logan <dklogan <at> riseup.net>
To: guix-patches <at> gnu.org
Cc: Dakota Logan <dklogan <at> riseup.net>
Subject: [PATCH] gnu: Add font-iosevka-comfy.
Date: Sun, 30 Apr 2023 14:41:19 -0400
* gnu/packages/fonts.scm (font-iosevka-comfy): New variable.
---
 gnu/packages/fonts.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 3aad42493d..de1bcca7c4 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1809,6 +1809,28 @@ programming.  Iosevka is completely generated from its source code.")
        (sha256
         (base32 "1h5jfrpply7ypc4h6ivxs30qkrbni51zkj78xz6nz4zbnp923yi0"))))))
 
+(define-public font-iosevka-comfy
+  (package
+   (name "font-iosevka-comfy")
+   (version "1.2.0")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (string-append "https://git.sr.ht/~protesilaos/iosevka-comfy"
+			 "/archive/" version
+			 ".tar.gz"))
+     (sha256 
+      (base32 "1ax8m760mxjmy9mpjsjwhxlkr65jvaagkjy335jz0q5w3g4mqv0v"))))
+   (build-system font-build-system)
+   (home-page "https://git.sr.ht/~protesilaos/iosevka-comfy")
+   (synopsis "Custom build of Iosevka with different style and metrics")
+   (description
+    "Customised build of the Iosevka typeface, with a consistent rounded
+style and overrides for almost all individual glyphs in both
+roman (upright) and italic (slanted) variants.")
+   (license (list license:silofl1.1    ; same licensing as iosevka
+                  license:bsd-3))))
+
 (define-public font-sarasa-gothic
   (package
     (name "font-sarasa-gothic")

base-commit: a34348967e032acfab2aa0b512d318a70f5543dd
prerequisite-patch-id: d0a90d192b14ccaf3733ba566b26665079b0b3f9
-- 
2.30.2





This bug report was last modified 2 years and 58 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.