unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46260] [PATCH] gnu: Add font-space-grotesk.
@ 2021-02-02 20:38 Antoine Côté
  2021-02-02 22:04 ` guix-patches--- via
  0 siblings, 1 reply; 2+ messages in thread
From: Antoine Côté @ 2021-02-02 20:38 UTC (permalink / raw)
  To: 46260

* gnu/packages/fonts.scm (font-space-grotesk): New variable.
---
 gnu/packages/fonts.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index c2c0db43c0..6011a24c5e 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2061,3 +2061,28 @@ operators and special symbols.")
 is a stylish type with a polished yet relaxed feel.  Its versatility makes it
 suitable for a wide range of uses.")
       (license license:silofl1.1))))
+
+(define-public font-space-grotesk
+  (package
+    (name "font-space-grotesk")
+    (version "2.0.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                     (url "https://github.com/floriankarsten/space-grotesk")
+                     (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1aiivn0rl7ydiyqvsr0fa2hx82h3br3x48w3100fcly23n0fdcby"))))
+    (build-system font-build-system)
+    (home-page "https://floriankarsten.github.io/space-grotesk/")
+    (synopsis "Proportional variant of the original fixed-width Space Mono family")
+    (description "Space Grotesk is a proportional sans-serif typeface variant based on Colophon Foundry's
+fixed-width Space Mono family (2016).  Originally designed by Florian Karsten in 2018,
+Space Grotesk retains the monospace's idiosyncratic details while optimizing for
+improved readability at non-display sizes.  Space Grotesk includes Latin Vietnamese,
+Pinyin, and all Western, Central, and South-Eastern European language support,
+as well as several OpenType features (old-style and tabular figures,
+superscript and subscript numerals, fractions, stylistic alternates).")
+    (license license:silofl1.1)))
-- 
2.29.2





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

* [bug#46260] [PATCH] gnu: Add font-space-grotesk.
  2021-02-02 20:38 [bug#46260] [PATCH] gnu: Add font-space-grotesk Antoine Côté
@ 2021-02-02 22:04 ` guix-patches--- via
  0 siblings, 0 replies; 2+ messages in thread
From: guix-patches--- via @ 2021-02-02 22:04 UTC (permalink / raw)
  To: Antoine Côté; +Cc: 46260, 46260-done

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

Antoine,

Antoine Côté 写道:
> * gnu/packages/fonts.scm (font-space-grotesk): New variable.

Thanks!

> +(define-public font-space-grotesk

Aim to add packages in alphabetical order, to minimise merge 
conflicts (unlikely but they happen).  Some modules, like this 
one, are such a mess that your only option is 
alphabetical-compared-to-the-previous-variable.  Oh well.  I moved 
it under font-sarasa-gothic.

> +    (build-system font-build-system)

And added a phase to install OFL.txt as well.

> +    (synopsis "Proportional variant of the original fixed-width 
> Space Mono family")
> +    (description "Space Grotesk is a proportional sans-serif 
> typeface variant based on Colophon Foundry's
> +fixed-width Space Mono family (2016).  Originally designed by 
> Florian Karsten in 2018,
> +Space Grotesk retains the monospace's idiosyncratic details 
> while optimizing for
> +improved readability at non-display sizes.  Space Grotesk 
> includes Latin Vietnamese,
> +Pinyin, and all Western, Central, and South-Eastern European 
> language support,
> +as well as several OpenType features (old-style and tabular 
> figures,
> +superscript and subscript numerals, fractions, stylistic 
> alternates).")

These lines are a bit too long.  You should configure your editor 
to wrap at 78 characters or at least not exceed 80.

I shortened the synopsis + description just a tiny bit and pushed 
this package as d65a25c9a2fdc9940c691afd8a10c7d489052cdf.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 243 bytes --]

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

end of thread, other threads:[~2021-02-02 22:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-02 20:38 [bug#46260] [PATCH] gnu: Add font-space-grotesk Antoine Côté
2021-02-02 22:04 ` 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).