From: "Antoine Côté" <antoine.cote@posteo.net>
To: 46260@debbugs.gnu.org
Subject: [bug#46260] [PATCH] gnu: Add font-space-grotesk.
Date: Tue, 2 Feb 2021 15:38:02 -0500 [thread overview]
Message-ID: <20210202203802.37583-1-antoine.cote@posteo.net> (raw)
* 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
next reply other threads:[~2021-02-02 20:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-02 20:38 Antoine Côté [this message]
2021-02-02 22:04 ` [bug#46260] [PATCH] gnu: Add font-space-grotesk 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=20210202203802.37583-1-antoine.cote@posteo.net \
--to=antoine.cote@posteo.net \
--cc=46260@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.