[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: Add font-oswald.
From: |
guix-commits |
Subject: |
04/08: gnu: Add font-oswald. |
Date: |
Mon, 5 Feb 2024 17:32:01 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 28434e496ca76f81f7bca4022912677209c300b7
Author: Luis Felipe <sirgazil@zoho.com>
AuthorDate: Sun Jan 21 11:47:55 2024 -0500
gnu: Add font-oswald.
* gnu/packages/fonts.scm (font-oswald): New variable.
Change-Id: Ief63b944b722d5ed1b3cabd041bcd75948a1f59e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 a69e54540b..17eb528371 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 @@ for display purposes. It features four weights (light,
medium, bold,
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))))
- branch master updated (14210b7f58 -> 857507117d), guix-commits, 2024/02/05
- 01/08: linux-container: Inherit essential services., guix-commits, 2024/02/05
- 04/08: gnu: Add font-oswald.,
guix-commits <=
- 02/08: gnu: qpwgraph: Update to 0.6.2., guix-commits, 2024/02/05
- 03/08: gnu: emacs-desktop-environment: Update to 0.5.0-0.bc1153a., guix-commits, 2024/02/05
- 06/08: gnu: fmt-10: Update to 10.2.1., guix-commits, 2024/02/05
- 07/08: gnu: xsnow: Update to 3.7.7., guix-commits, 2024/02/05
- 05/08: gnu: spdlog: Update to 1.13.0., guix-commits, 2024/02/05
- 08/08: gnu: texstudio: Update to 4.7.2., guix-commits, 2024/02/05