guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add Iosevka comfy font.


From: guix-commits
Subject: branch master updated: gnu: Add Iosevka comfy font.
Date: Sat, 13 May 2023 23:32:16 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9c1b9bfef3 gnu: Add Iosevka comfy font.
9c1b9bfef3 is described below

commit 9c1b9bfef3d1573a690e95aa04af61c40a3c92de
Author: Arnaud Lechevallier <arnaud.lechevallier@free.fr>
AuthorDate: Mon May 8 19:16:30 2023 +0200

    gnu: Add Iosevka comfy font.
    
    * gnu/packages/fonts.scm (font-iosevka-comfy): New variable.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/fonts.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index a0e0002140..e4c53dbc73 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -54,6 +54,7 @@
 ;;; Copyright © 2022 Nguyễn Gia Phong <mcsinyx@disroot.org>
 ;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
 ;;; Copyright © 2023 Ahmad Draidi <a.r.draidi@redscript.org>
+;;; Copyright © 2023 Arnaud Lechevallier <arnaud.lechevallier@free.fr>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1810,6 +1811,25 @@ programming.  Iosevka is completely generated from its 
source code.")
        (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]