about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2015-04-10 22:36:18 +0200
committerRobert Helgesson <robert@rycee.net>2015-04-10 23:40:47 +0200
commit361e787857b5df3299d3fe65f8522a1d5846a54e (patch)
tree0740b09decd2977bd560cbda3befb5cedd83322a
parent328a2cec7331832de26f29ed6e0c7d60b373bd96 (diff)
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.
-rw-r--r--pkgs/data/fonts/fira/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/data/fonts/fira/default.nix b/pkgs/data/fonts/fira/default.nix
index 88ec005ae04b9..151c945ee9e6f 100644
--- a/pkgs/data/fonts/fira/default.nix
+++ b/pkgs/data/fonts/fira/default.nix
@@ -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;