summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/cinzel/cinzel-samples.tex
blob: fb130913edd6907b8f12ad41352250b8c2048e16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
\documentclass[12pt]{article}
\usepackage[T1]{fontenc}
\usepackage{cinzel}
\usepackage{lipsum}
\begin{document}
\thispagestyle{empty}

\begin{center}\LARGE\bfseries\itshape
Cinzel and Cinzel Decorative
\end{center}

\sloppy
\subsection*{Regular}
\lipsum[1]

\subsection*{Bold}
\textbf{\lipsum[3]}

\subsection*{Decorative}
\textit{\lipsum[2]}

\subsection*{Bold Decorative}

\textbf{\textit{\lipsum[4]}}

\subsection*{Numbers}

1234567890

\end{document}