all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68640] [PATCH] gnu: Add font-oswald.
@ 2024-01-21 16:47 sirgazil--- via Guix-patches via
  2024-02-05 21:46 ` bug#68640: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: sirgazil--- via Guix-patches via @ 2024-01-21 16:47 UTC (permalink / raw)
  To: 68640; +Cc: Luis Felipe

From: Luis Felipe <sirgazil@zoho.com>

* gnu/packages/fonts.scm (font-oswald): New variable.

Change-Id: Ief63b944b722d5ed1b3cabd041bcd75948a1f59e
---
 gnu/packages/fonts.scm | 30 +++++++++++++++++++++++++++++-
 1 file changed, 29 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index e050f4fde9..f0e1e16cf4 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -58,7 +58,7 @@
 ;;; Copyright © 2023 gemmaro <gemmaro.dev@gmail.com>
 ;;; Copyright © 2023 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
 ;;; Copyright © 2023 chris <chris@bumblehead.com>
-;;; Copyright © 2023 Luis Felipe López Acevedo <sirgazil@zoho.com>
+;;; Copyright © 2023, 2024 Luis Felipe López Acevedo <sirgazil@zoho.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3521,3 +3521,31 @@ (define-public font-orbitron
 and black), a stylistic alternative, small caps, and many alternate
 glyphs.")
       (license license:silofl1.1))))
+
+(define-public font-oswald
+  (let ((version "0")
+        (commit "6e65651c229e897dc55fb8d17097ee7f75b2769b")
+        (revision "0"))
+    (package
+      (name "font-oswald")
+      (version (git-version version revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/googlefonts/OswaldFont")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "0m5c98crw6df6hbhxv4smh6ldzk5fx434fyri8xgnsjjcrkqxy0h"))))
+      (build-system font-build-system)
+      (home-page "https://github.com/googlefonts/OswaldFont")
+      (synopsis "Gothic typeface")
+      (description "Oswald is a reworking of the classic gothic typeface
+style historically represented by designs such as 'Alternate Gothic'.
+The characters of Oswald have been re-drawn and reformed to better fit
+the pixel grid of standard digital screens.  Oswald is designed to be
+used freely across the internet by web browsers on desktop computers,
+laptops and mobile devices.")
+      (license license:silofl1.1))))

base-commit: 121de47decc1029c06f6e46e5f06d7fefe8e85ec
-- 
2.41.0





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

* bug#68640: [PATCH] gnu: Add font-oswald.
  2024-01-21 16:47 [bug#68640] [PATCH] gnu: Add font-oswald sirgazil--- via Guix-patches via
@ 2024-02-05 21:46 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-02-05 21:46 UTC (permalink / raw)
  To: sirgazil; +Cc: 68640-done

Hey Luis,

sirgazil@zoho.com skribis:

> From: Luis Felipe <sirgazil@zoho.com>
>
> * gnu/packages/fonts.scm (font-oswald): New variable.
>
> Change-Id: Ief63b944b722d5ed1b3cabd041bcd75948a1f59e

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2024-02-05 21:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-21 16:47 [bug#68640] [PATCH] gnu: Add font-oswald sirgazil--- via Guix-patches via
2024-02-05 21:46 ` bug#68640: " Ludovic Courtès

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.