unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Divya Ranjan via Guix-patches via <guix-patches@gnu.org>
To: 75247@debbugs.gnu.org
Cc: Divya Ranjan <divya@subvertising.org>
Subject: [bug#75247] [PATCH] gnu: Add font-spline-sans.
Date: Wed,  1 Jan 2025 18:51:09 +0000	[thread overview]
Message-ID: <20250101185109.4928-1-divya@subvertising.org> (raw)

* gnu/packages/fonts.scm (font-spline-sans): New variable.
---
 gnu/packages/fonts.scm | 42 ++++++++++++++++++++++++++++++++++--------
 1 file changed, 34 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 69d7d039aa..3c60f5e4a1 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -299,13 +299,13 @@ (define-public font-bitstream-vera
     (name "font-bitstream-vera")
     (version "1.10")
     (source (origin
-             (method url-fetch)
-             (uri (string-append "mirror://gnome/sources/ttf-bitstream-vera/"
-                                 version "/ttf-bitstream-vera-"
-                                 version ".tar.bz2"))
-             (sha256
-              (base32
-               "1p3qs51x5327gnk71yq8cvmxc6wgx79sqxfvxcv80cdvgggjfnyv"))))
+              (method url-fetch)
+              (uri (string-append "mirror://gnome/sources/ttf-bitstream-vera/"
+                                  version "/ttf-bitstream-vera-"
+                                  version ".tar.bz2"))
+              (sha256
+               (base32
+                "1p3qs51x5327gnk71yq8cvmxc6wgx79sqxfvxcv80cdvgggjfnyv"))))
     (build-system font-build-system)
     (home-page "https://www.gnome.org/fonts/")
     (synopsis "Bitstream Vera sans-serif typeface")
@@ -3648,6 +3648,32 @@ (define-public font-spleen
 Spleen also has support for Powerline symbols out of the box.")
     (license license:bsd-2)))
 
+(define-public font-spline-sans
+  (let ((commit "5196436e0714c188c70f30a93b4759e8ed8afb69")
+        (revision "0"))
+    (package
+      (name "font-spline-sans")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/SorkinType/SplineSans")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1hs0215fhas9vc6pn1vjizv746lifwwdwjf04lclyz93raqza1id"))))
+      (build-system font-build-system)
+      (home-page "https://fonts.google.com/specimen/Spline+Sans")
+      (synopsis
+       "Grotesque sans serif typeface family, purpose-built for UI interfaces")
+      (description
+       "Spline Sans is a Grotesque purpose-built for UI interfaces, checkout processes,
+and paragraphs of text.  Space efficiency is accomplished by condensing traditional
+grotesque proportions.  The cool and restrained tone is accented with strategic \"thorn\"
+traps, which blossom into view when set at larger sizes.")
+      (license license:silofl1.1))))
+
 (define-public font-scientifica
   (package
     (name "font-scientifica")
@@ -3661,7 +3687,7 @@ (define-public font-scientifica
                (base32
                 "0zwa3s75lvbky2vn73i1fmxa37hi3zfm7f6wfpqwcip8l1lpi1gh"))))
     (build-system font-build-system)
-    (outputs '("out" ;OTB
+    (outputs '("out"                    ;OTB
                "bdf" "ttf"))
     (home-page "https://github.com/nerdypepper/scientifica")
     (synopsis "Tall and condensed bitmap font for geeks")
-- 
2.47.1





                 reply	other threads:[~2025-01-01 18:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250101185109.4928-1-divya@subvertising.org \
    --to=guix-patches@gnu.org \
    --cc=75247@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 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).