summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/alegreya/alegreya-samples.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts/alegreya/alegreya-samples.tex')
-rw-r--r--Master/texmf-dist/doc/fonts/alegreya/alegreya-samples.tex20
1 files changed, 18 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/fonts/alegreya/alegreya-samples.tex b/Master/texmf-dist/doc/fonts/alegreya/alegreya-samples.tex
index 45354317a57..3f48edcaab7 100644
--- a/Master/texmf-dist/doc/fonts/alegreya/alegreya-samples.tex
+++ b/Master/texmf-dist/doc/fonts/alegreya/alegreya-samples.tex
@@ -1,6 +1,6 @@
\documentclass{article}
\usepackage[T1]{fontenc}
-\usepackage[tf]{alegreya}
+\usepackage{alegreya}
\usepackage{lipsum}
\begin{document}
@@ -21,6 +21,13 @@ Alegreya
\textbf{\textit{\lipsum[4]}}
+\subsection*{Black}
+
+{\alegreyaBlck\lipsum[5]}
+
+\subsection*{Black Italic}
+
+\textit{\alegreyaBlck\lipsum[6]}
\subsection*{Regular Small Capitals}
\textsc{\lipsum[1]}
@@ -35,6 +42,16 @@ Alegreya
\textsc{\textbf{\textit{\lipsum[4]}}}
+\subsection*{Black Small Capitals}
+
+{\alegreyaBlcksc\lipsum[5]}
+
+\subsection*{Black Italic Small Capitals}
+
+{\alegreyaBlcksc\itshape{\lipsum[6]}}
+
+
+
\subsection*{Default Numbers}
1234567890
@@ -59,5 +76,4 @@ Alegreya
X\textsu{1234567890}
-
\end{document}