mirror of
https://github.com/r2src/top10fonts.git
synced 2024-11-13 06:58:54 +01:00
17 lines
325 B
TeX
17 lines
325 B
TeX
|
\documentclass{article}
|
||
|
\usepackage{microtype}
|
||
|
\usepackage[lf]{venturis}
|
||
|
\pagestyle{empty}
|
||
|
\linespread{1.2}
|
||
|
\begin{document}
|
||
|
\frenchspacing
|
||
|
|
||
|
\begin{description}
|
||
|
|
||
|
\item{\bf Venturis:}
|
||
|
The original Venturis typeface. To use, place \textbackslash usepackage\{venturis\}
|
||
|
in the document header.
|
||
|
\end{description}
|
||
|
|
||
|
\end{document}
|