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
|
||||
(package
|
||||
(inherit font-fira-sans)
|
||||
(name "font-fira-mono")
|
||||
(version "3.206")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://carrois.com/downloads/fira_mono_3_2/"
|
||||
"FiraMonoFonts"
|
||||
(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.")
|
||||
(synopsis "Monospace cut of Fira Sans")
|
||||
(description
|
||||
"Fira Mono is a monospace cut of Fira Sans (see @code{font-fira-sans}).
|
||||
It includes regular, medium, and bold weights.")
|
||||
(license license:silofl1.1)))
|
||||
|
||||
(define-public font-fira-go
|
||||
|
|
Reference in New Issue