gnu: font-liberation: Use @enumerate in description.
* gnu/packages/fonts.scm (font-liberation)[description]: Use @enumerate.
This commit is contained in:
parent
b4774d87e4
commit
0102fba27c
|
@ -352,17 +352,16 @@ sans-serif designed for on-screen reading. It is used by GNOME@tie{}3.")
|
||||||
(description
|
(description
|
||||||
"The Liberation font family aims at metric compatibility with
|
"The Liberation font family aims at metric compatibility with
|
||||||
Arial, Times New Roman, and Courier New.
|
Arial, Times New Roman, and Courier New.
|
||||||
|
|
||||||
There are three sets:
|
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);
|
Bitstream Vera Sans);
|
||||||
|
@enum Serif (a substitute for Times New Roman, Thorndale, Nimbus Roman, and
|
||||||
- Serif (a substitute for Times New Roman, Thorndale, Nimbus Roman, and
|
|
||||||
Bitstream Vera Serif);
|
Bitstream Vera Serif);
|
||||||
|
@enum Mono (a substitute for Courier New, Cumberland, Courier, Nimbus Mono L,
|
||||||
- Mono (a substitute for Courier New, Cumberland, Courier, Nimbus Mono L,
|
|
||||||
and Bitstream Vera Sans Mono).
|
and Bitstream Vera Sans Mono).
|
||||||
|
@end enumerate
|
||||||
|
|
||||||
The Liberation Fonts are sponsored by Red Hat.")
|
The Liberation Fonts are sponsored by Red Hat.")
|
||||||
(license license:silofl1.1)))
|
(license license:silofl1.1)))
|
||||||
|
|
Loading…
Reference in New Issue