Remove mention of monospace from 'fira'.
This package does not actually include the monospace version of the font. To get the monospace version please see the 'fira-mono' package.
This commit is contained in:
parent
328a2cec73
commit
361e787857
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.carrois.com/fira-4-1/;
|
||||
description = "Sans-serif and monospace font for Firefox OS";
|
||||
description = "Sans-serif font for Firefox OS";
|
||||
longDescription = ''
|
||||
Fira Sans is a sans-serif font designed by Erik Spiekermann,
|
||||
Ralph du Carrois, Anja Meiners and Botio Nikoltchev of Carrois
|
||||
@ -27,9 +27,7 @@ stdenv.mkDerivation rec {
|
||||
Spiekermann's FF Meta typeface. Available in Two, Four, Eight,
|
||||
Hair, Thin, Ultra Light, Extra Light, Light, Book, Regular,
|
||||
Medium, Semi Bold, Bold, Extra Bold, Heavy weights with
|
||||
corresponding italic versions. Fira Mono is a matching
|
||||
monospace variant of Fira Sans. It is available in regular, and
|
||||
bold weights.
|
||||
corresponding italic versions.
|
||||
'';
|
||||
license = licenses.ofl;
|
||||
platforms = platforms.all;
|
||||
|
Loading…
Reference in New Issue
Block a user