summaryrefslogtreecommitdiff
path: root/fonts/cormorantgaramond/doc/cormorantgaramond.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/cormorantgaramond/doc/cormorantgaramond.tex
Initial commit
Diffstat (limited to 'fonts/cormorantgaramond/doc/cormorantgaramond.tex')
-rw-r--r--fonts/cormorantgaramond/doc/cormorantgaramond.tex63
1 files changed, 63 insertions, 0 deletions
diff --git a/fonts/cormorantgaramond/doc/cormorantgaramond.tex b/fonts/cormorantgaramond/doc/cormorantgaramond.tex
new file mode 100644
index 0000000000..2dd9fcf401
--- /dev/null
+++ b/fonts/cormorantgaramond/doc/cormorantgaramond.tex
@@ -0,0 +1,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}