[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/12: gnu: Add font-chivo.
From: |
guix-commits |
Subject: |
07/12: gnu: Add font-chivo. |
Date: |
Sun, 2 Apr 2023 17:08:16 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit a2734a0a52a58bc5b0721864d541d9b6eb92b172
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Tue Mar 21 07:13:19 2023 +0100
gnu: Add font-chivo.
* gnu/packages/fonts.scm (font-chivo): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/fonts.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 88d833d6c4..6ef3cd8b07 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -52,6 +52,7 @@
;;; Copyright © 2022 Jose G Perez Taveras <josegpt27@gmail.com>
;;; Copyright © 2022 Hilton Chain <hako@ultrarare.space>
;;; Copyright © 2022 Nguyễn Gia Phong <mcsinyx@disroot.org>
+;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -115,6 +116,30 @@
titling.")
(license license:silofl1.1)))
+(define-public font-chivo
+ (let ((commit "dc61c468d79781eb5183426e88e844af16cdc3e5")
+ (revision "0"))
+ (package
+ (name "font-chivo")
+ (version (git-version "20221010" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Omnibus-Type/Chivo")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0gdsnflnzwy8ajrk93dxwjashxisln58qcqa6dh4smnk7k0a34qs"))))
+ (build-system font-build-system)
+ (home-page "https://fonts.google.com/specimen/Chivo")
+ (synopsis "The Chivo family of fonts")
+ (description "Google Chivo Fonts is a grotesque family of fonts, ideal
for
+highlights and headlines. In october 2022, the family is upgraded to a
+variable font ranging from Thin to Black, including matching italics. The
+glyphset has also been extended, supporting now a wider number of languages.")
+ (license license:silofl1.1))))
+
(define-public font-ibm-plex
(package
(name "font-ibm-plex")
- branch master updated (380faf265b -> 2cefa6d835), guix-commits, 2023/04/02
- 02/12: gnu: Add ruby-enumerable-statistics., guix-commits, 2023/04/02
- 04/12: gnu: Add youplot., guix-commits, 2023/04/02
- 03/12: gnu: Add ruby-unicode-plot., guix-commits, 2023/04/02
- 01/12: gnu: Add mairix., guix-commits, 2023/04/02
- 05/12: gnu: Add nntpit., guix-commits, 2023/04/02
- 06/12: gnu: ytfzf: Replace YOUTUBE-DL by YT-DLP., guix-commits, 2023/04/02
- 07/12: gnu: Add font-chivo.,
guix-commits <=
- 09/12: gnu: endless-sky: Update to 0.10.0., guix-commits, 2023/04/02
- 08/12: gnu: Add python-treelib., guix-commits, 2023/04/02
- 10/12: gnu: python-hy: Update to 0.26.0., guix-commits, 2023/04/02
- 11/12: gnu: python-hy: Report version., guix-commits, 2023/04/02
- 12/12: gnu: Add pdpmake., guix-commits, 2023/04/02