all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dakota Logan <dklogan@riseup.net>
To: 63192@debbugs.gnu.org
Cc: Dakota Logan <dklogan@riseup.net>
Subject: [bug#63192] [PATCH] gnu: Add font-iosevka-comfy.
Date: Sun, 30 Apr 2023 14:41:19 -0400	[thread overview]
Message-ID: <20230430184118.2123539-1-dklogan@riseup.net> (raw)

* 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





             reply	other threads:[~2023-05-01  5:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-30 18:41 Dakota Logan [this message]
2023-05-27  3:02 ` bug#63192: [PATCH] gnu: Add font-iosevka-comfy 宋文武 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=20230430184118.2123539-1-dklogan@riseup.net \
    --to=dklogan@riseup.net \
    --cc=63192@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.