diff mbox series

[bug#63381] gnu: Add font Iosevka comfy

Message ID 174366681.80099415.1683636891238.JavaMail.root@zimbra81-e14.priv.proxad.net
State New
Headers show
Series [bug#63381] gnu: Add font Iosevka comfy | expand

Commit Message

arnaud.lechevallier@free.fr May 9, 2023, 12:54 p.m. UTC
Hello,

My apologize for the previous patch that was not properly formatted.
You'll find in attachment a new patch that respects the process.

Kind regards,

Arnaud.

Comments

宋文武 May 14, 2023, 3:32 a.m. UTC | #1
> You'll find in attachment a new patch that respects the process.

Pushed to master, thank you!
diff mbox series

Patch

From f0fb04e5eb8d35e7053e3b32c7257ef4149c9a36 Mon Sep 17 00:00:00 2001
From: Arnaud Lechevallier <arnaud.lechevallier@free.fr>
Date: Mon, 8 May 2023 19:16:30 +0200
Subject: [PATCH] gnu: Add Iosevka comfy font.

* gnu/packages/fonts.scm (font-iosevka-comfy): 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 3aad42493d..1ea64ef1ab 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -53,6 +53,7 @@ 
 ;;; Copyright © 2022 Hilton Chain <hako@ultrarare.space>
 ;;; Copyright © 2022 Nguyễn Gia Phong <mcsinyx@disroot.org>
 ;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
+;;; Copyright © 2023 Arnaud Lechevallier <arnaud.lechevallier@free.fr>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1809,6 +1810,25 @@  (define-public font-iosevka-ss09
        (sha256
         (base32 "1h5jfrpply7ypc4h6ivxs30qkrbni51zkj78xz6nz4zbnp923yi0"))))))
 
+(define-public font-iosevka-comfy
+  (package
+    (inherit font-iosevka)
+    (name "font-iosevka-comfy")
+    (version "1.2.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://git.sr.ht/~protesilaos/iosevka-comfy")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32 "1gccv28avxlkicl6rcsn6i23pdn0nrk91zhcyzwwc3nyzm2w8w40"))))
+    (home-page "https://git.sr.ht/~protesilaos/iosevka-comfy")
+    (description
+     "Iosevka Comfy is a TTF font derived from Iosevka.  It is a slightly tweaked
+     version of the original, designed for enhanced readability.")
+    (license license:silofl1.1)))
+
 (define-public font-sarasa-gothic
   (package
     (name "font-sarasa-gothic")
-- 
2.39.2