blob: c5cfd82d78daf8a28c561037606db96abbcf3b22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
\documentclass[a4paper]{article}
\input Sanremo.fd
\pagestyle{empty}
\begin{document}
\begin{center}
\fontsize{60pt}{72pt}\usefont{U}{Sanremo}{xl}{n}
ABCDE \\
FGHIJK \\
LMNOP \\
QRSTU \\
VWXYZ \\
\end{center}
\vfill
\begin{center}
Font name: ``Sanremo'' (SanRemo)
\end{center}
\end{document}
|