unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63192] [PATCH] gnu: Add font-iosevka-comfy.
@ 2023-04-30 18:41 Dakota Logan
  2023-05-27  3:02 ` bug#63192: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Dakota Logan @ 2023-04-30 18:41 UTC (permalink / raw)
  To: 63192; +Cc: Dakota Logan

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63192: [PATCH] gnu: Add font-iosevka-comfy.
  2023-04-30 18:41 [bug#63192] [PATCH] gnu: Add font-iosevka-comfy Dakota Logan
@ 2023-05-27  3:02 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-05-27  3:02 UTC (permalink / raw)
  To: Dakota Logan; +Cc: 63192-done

Dakota Logan <dklogan@riseup.net> writes:

> * gnu/packages/fonts.scm (font-iosevka-comfy): New variable.

Hello, this was added from another patch 9c1b9bfef3d1573a690e95aa04af61c40a3c92de.
Close now, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-27  3:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-30 18:41 [bug#63192] [PATCH] gnu: Add font-iosevka-comfy Dakota Logan
2023-05-27  3:02 ` bug#63192: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).