diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-06 23:48:29 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-07 00:26:22 +0100 |
commit | 0102fba27c550a951799399e6a8ce2faf2cb8cd3 (patch) | |
tree | 6f1911901b06fa3108b781d6d07609034ee93cda /gnu | |
parent | b4774d87e4b3ef4cd1bbcd989775ddaa065c4d50 (diff) | |
download | gnu-guix-0102fba27c550a951799399e6a8ce2faf2cb8cd3.tar gnu-guix-0102fba27c550a951799399e6a8ce2faf2cb8cd3.tar.gz |
gnu: font-liberation: Use @enumerate in description.
* gnu/packages/fonts.scm (font-liberation)[description]: Use @enumerate.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/fonts.scm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index a9e98503c4..483c4d44d5 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -352,17 +352,16 @@ sans-serif designed for on-screen reading. It is used by GNOME@tie{}3.") (description "The Liberation font family aims at metric compatibility with Arial, Times New Roman, and Courier New. - There are three sets: -- Sans (a substitute for Arial, Albany, Helvetica, Nimbus Sans L, and +@enumerate +@enum Sans (a substitute for Arial, Albany, Helvetica, Nimbus Sans L, and Bitstream Vera Sans); - -- Serif (a substitute for Times New Roman, Thorndale, Nimbus Roman, and +@enum Serif (a substitute for Times New Roman, Thorndale, Nimbus Roman, and Bitstream Vera Serif); - -- Mono (a substitute for Courier New, Cumberland, Courier, Nimbus Mono L, +@enum Mono (a substitute for Courier New, Cumberland, Courier, Nimbus Mono L, and Bitstream Vera Sans Mono). +@end enumerate The Liberation Fonts are sponsored by Red Hat.") (license license:silofl1.1))) |