summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/plex-otf/examples/plex-otf-3.tex
blob: 0f5d8bfc190c2525f33a19eb38ebee318ae78605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\documentclass{article}
\usepackage[ngerman]{babel}
\usepackage[autostyle]{csquotes}
\newcommand\demo{Some text in the default font style IBM Plex Serif }
\pagestyle{empty}
%StartVisiblePreamble
\usepackage{plex-otf}
%StopVisiblePreamble
\begin{document}
\demo\ Regular\par {\PlexTextRM\demo\ Text\par} {\PlexLightRM\demo\ Light\par}
{\PlexExtraLightRM\demo\ ExtraLight\par} {\PlexThinRM\demo\ Thin}
\end{document}