summaryrefslogtreecommitdiff
path: root/fonts/cormorantgaramond/doc/cormorantgaramond.tex
blob: dbb6790c3b8115d52c88c5e01e8b8cfe0d8d7a85 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
\documentclass{article}
\usepackage[T2A,T1]{fontenc}
\usepackage{CormorantGaramond}
\usepackage{lipsum}
\begin{document}

\begin{center}\huge
\textbf{Cormorant Garamond}
\end{center}

\subsection*{Regular}

\lipsum[1]

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

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

\subsection*{Bold Italic}
\textbf{\textit{\lipsum[4]}}

\subsection*{Small Caps}
\textsc{\lipsum[5]}

\subsection*{Default Numbers}

1234567890

\subsection*{Oldstyle Numbers}

\oldstylenums{1234567890}

\subsection*{Lining Numbers}

\liningnums{1234567890}

\subsection*{Tabular Numbers}

\tabularnums{1234567890}

\subsection*{Proportional Numbers}

\proportionalnums{1234567890}

\subsection*{Superior Numbers}

X\textsu{1234567890}


\subsection*{Inferior Numbers}

X\textinf{1234567890}

\subsection*{Cyrillic}

{\ifxetex\else\ifluatex\else\fontencoding{T2A}\selectfont\fi\fi  
Съешь ещё этих мягких французских булок да
выпей чаю!}


\end{document}