gnu: font-fira-mono: Inherit from font-fira-sans.
* gnu/packages/fonts.scm (font-fira-mono)[source, build-system, home-page]: Inherit from font-fira-sans. [synopsis, description]: Rewrite, since Firefox OS was discontinued. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
parent
0a05fad042
commit
e7f92c8962
|
@ -1109,21 +1109,13 @@ The package @code{font-fira-mono} provides a corresponding monospace cut.")
|
||||||
|
|
||||||
(define-public font-fira-mono
|
(define-public font-fira-mono
|
||||||
(package
|
(package
|
||||||
|
(inherit font-fira-sans)
|
||||||
(name "font-fira-mono")
|
(name "font-fira-mono")
|
||||||
(version "3.206")
|
(version "3.206")
|
||||||
(source (origin
|
(synopsis "Monospace cut of Fira Sans")
|
||||||
(method url-fetch)
|
(description
|
||||||
(uri (string-append "https://carrois.com/downloads/fira_mono_3_2/"
|
"Fira Mono is a monospace cut of Fira Sans (see @code{font-fira-sans}).
|
||||||
"FiraMonoFonts"
|
It includes regular, medium, and bold weights.")
|
||||||
(string-replace-substring version "." "")
|
|
||||||
".zip"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1z65x0dw5dq6rs6p9wyfrir50rlh95vgzsxr8jcd40nqazw4jhpi"))))
|
|
||||||
(build-system font-build-system)
|
|
||||||
(home-page "https://mozilla.github.io/Fira/")
|
|
||||||
(synopsis "Mozilla's monospace font")
|
|
||||||
(description "This is the typeface used by Mozilla in Firefox OS.")
|
|
||||||
(license license:silofl1.1)))
|
(license license:silofl1.1)))
|
||||||
|
|
||||||
(define-public font-fira-go
|
(define-public font-fira-go
|
||||||
|
|
Reference in New Issue