all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: arnaud.lechevallier@free.fr
To: 63381@debbugs.gnu.org
Subject: [bug#63381] [PATCH] gnu: Add font Iosevka comfy
Date: Mon, 08 May 2023 19:49:11 +0200	[thread overview]
Message-ID: <f37f2d175176c02294a02f83d7bfb54a@free.fr> (raw)

[-- Attachment #1: Type: text/plain, Size: 143 bytes --]

Hello,

Here is my first attempt to provide a patch to add a new font called 
'Iosevka comfy' and based on font Iosevka.

Kind regards,

Arnaud

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: add-font-iosevka-comfy.patch --]
[-- Type: text/x-diff; name=add-font-iosevka-comfy.patch, Size: 1473 bytes --]

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")

             reply	other threads:[~2023-05-09  0:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-08 17:49 arnaud.lechevallier [this message]
     [not found] ` <500881635.80084512.1683636583234.JavaMail.root@zimbra81-e14.priv.proxad.net>
2023-05-09 12:54   ` [bug#63381] [PATCH] gnu: Add font Iosevka comfy arnaud.lechevallier
2023-05-14  3:32     ` bug#63381: " 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f37f2d175176c02294a02f83d7bfb54a@free.fr \
    --to=arnaud.lechevallier@free.fr \
    --cc=63381@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.