From: Divya Ranjan via Guix-patches via <guix-patches@gnu.org>
To: 75267@debbugs.gnu.org
Cc: Divya Ranjan <divya@subvertising.org>
Subject: [bug#75267] [PATCH] gnu: Add font-spline-sans-mono.
Date: Wed, 1 Jan 2025 19:26:01 +0000 [thread overview]
Message-ID: <20250101192601.10047-1-divya@subvertising.org> (raw)
* gnu/packages/fonts.scm (font-spline-sans-mono): 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 3c60f5e4a1..58d8a49110 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -3674,6 +3674,31 @@ (define-public font-spline-sans
traps, which blossom into view when set at larger sizes.")
(license license:silofl1.1))))
+(define-public font-spline-sans-mono
+ (let ((commit "b167db03b7d7ae754bf7071c13415e7aeee7d073")
+ (revision "0"))
+ (package
+ (name "font-spline-sans-mono")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/SorkinType/SplineSansMono")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0lrckl39ivklxk3cfd761lsghwdx68yyvcmkrij9s54cp0hvnl63"))))
+ (build-system font-build-system)
+ (home-page "https://fonts.google.com/specimen/Spline+Sans+Mono")
+ (synopsis
+ "Monospaced Grotesque purpose-built for UI interfaces, and programming")
+ (description
+ "Spline Sans Mono is a Monospaced Grotesque purpose-built for UI interfaces,
+checkout processes, and programming. Space efficiency is accomplished by condensing
+traditional grotesque proportions.")
+ (license license:silofl1.1))))
+
(define-public font-scientifica
(package
(name "font-scientifica")
--
2.47.1
next reply other threads:[~2025-01-01 19:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-01 19:26 Divya Ranjan via Guix-patches via [this message]
2025-01-01 19:36 ` [bug#75267] [PATCH] gnu: Add font-spline-sans-mono Divya Ranjan 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=20250101192601.10047-1-divya@subvertising.org \
--to=guix-patches@gnu.org \
--cc=75267@debbugs.gnu.org \
--cc=divya@subvertising.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.