unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53128] [PATCH] gnu: Add font-cormorant.
@ 2022-01-08 19:22 Philip McGrath
  2022-01-18 21:52 ` bug#53128: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Philip McGrath @ 2022-01-08 19:22 UTC (permalink / raw)
  To: 53128; +Cc: Philip McGrath

Cormorant is a family of free fonts in the Garamond tradition.
The fonts are widely used, including in professionally-published
books, e.g. the German paperback edition of the works of Kazuo Ishiguro from
Heyne Verlag: https://fontsinuse.com/uses/19694/kazuo-ishiguro-heyne-verlag

 -Philip

* gnu/packages/fonts.scm (font-cormorant): New public variable.
---
 gnu/packages/fonts.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index df1446380f..63eb737750 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -42,6 +42,7 @@
 ;;; Copyright © 2021 Sergiu Ivanov <sivanov@colimite.fr>
 ;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
 ;;; Copyright © 2021 Paul A. Patience <paul@apatience.com>
+;;; Copyright © 2022 Philip McGrath <philip@philipmcgrath.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2288,3 +2289,33 @@ (define-public font-overpass
 Overpass includes proportional and monospace variants.")
     (license (list license:silofl1.1
                    license:lgpl2.1))))
+
+(define-public font-cormorant
+  (package
+    (name "font-cormorant")
+    (version "3.609")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/CatharsisFonts/Cormorant")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0fjp2xk4bjx8i6jamkyjq2fdr7324fh41pbn634iwnhdvvawvbav"))))
+    (build-system font-build-system)
+    (home-page "https://github.com/CatharsisFonts/Cormorant")
+    (synopsis
+     "Extravagant display serif typeface in the spirit of Garamond")
+    (description
+     "Cormorant is an extravagant display serif typeface inspired by
+the Garamond heritage.  The design goal of Cormorant was to distill
+the aesthetic essence of Garamond, unfetter it from the limitations of
+metal printing, and allow it to bloom into its natural refined form at
+high definition.  Cormorant is characterized by scandalously small
+counters, razor-sharp serifs, dangerously smooth curves, and
+flamboyantly tall accents.  While many implementations of Garamond at
+small optical sizes already exist, Cormorant aims for the sparsely
+populated niche of display-size counterparts that exploit the high
+resolution of contemporary screens and print media to the fullest.")
+    (license license:silofl1.1)))
-- 
2.32.0





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

* bug#53128: [PATCH] gnu: Add font-cormorant.
  2022-01-08 19:22 [bug#53128] [PATCH] gnu: Add font-cormorant Philip McGrath
@ 2022-01-18 21:52 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-01-18 21:52 UTC (permalink / raw)
  To: Philip McGrath; +Cc: 53128-done

Hi,

Philip McGrath <philip@philipmcgrath.com> skribis:

> Cormorant is a family of free fonts in the Garamond tradition.
> The fonts are widely used, including in professionally-published
> books, e.g. the German paperback edition of the works of Kazuo Ishiguro from
> Heyne Verlag: https://fontsinuse.com/uses/19694/kazuo-ishiguro-heyne-verlag
>
>  -Philip
>
> * gnu/packages/fonts.scm (font-cormorant): New public variable.

Nice.  Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2022-01-18 21:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-08 19:22 [bug#53128] [PATCH] gnu: Add font-cormorant Philip McGrath
2022-01-18 21:52 ` bug#53128: " Ludovic Courtès

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