From: "Antoine Côté" <antoine.cote@posteo.net>
To: 46252@debbugs.gnu.org
Subject: [bug#46252] [PATCH] gnu: Add font-fira-go.
Date: Mon, 1 Feb 2021 23:30:45 -0500 [thread overview]
Message-ID: <20210202043045.23315-1-antoine.cote@posteo.net> (raw)
* gnu/packages/fonts.scm (font-fira-go): New variable.
---
gnu/packages/fonts.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 11a8e6261b..c2c0db43c0 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -38,6 +38,7 @@
;;; Copyright © 2020 Simen Endsjø <simendsjo@gmail.com>
;;; Copyright © 2020 Tim Van den Langenbergh <tmt_vdl@gmx.com>
;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz>
+;;; Copyright © 2021 Antoine Côté <antoine.cote@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1031,6 +1032,25 @@ Sans Pro family.")
(description "This is the typeface used by Mozilla in Firefox OS.")
(license license:silofl1.1)))
+(define-public font-fira-go
+ (package
+ (name "font-fira-go")
+ (version "1.000")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/bBoxType/FiraGO")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "10rcfg1fijv00yxv5n9l3lm0axhafa1irkg42zpmasd70flgg655"))))
+ (build-system font-build-system)
+ (home-page "https://github.com/bBoxType/FiraGO")
+ (synopsis "Multilingual extension of the Fira Sans font family")
+ (description "A multilingual extension of the Fira Sans font family. Based on the Fira Sans 4.3 glyph set, FiraGO adds support for the Arabic, Devanagari, Georgian, Hebrew and Thai scripts.")
+ (license license:silofl1.1)))
+
(define-public font-fira-code
(package
(name "font-fira-code")
--
2.29.2
next reply other threads:[~2021-02-02 4:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-02 4:30 Antoine Côté [this message]
2021-02-02 6:12 ` bug#46252: [PATCH] gnu: Add font-fira-go Leo Famulari
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=20210202043045.23315-1-antoine.cote@posteo.net \
--to=antoine.cote@posteo.net \
--cc=46252@debbugs.gnu.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.