Updated fonts

pull/35/head
Bastian Rieck 2021-10-27 10:07:08 +02:00
parent 66643231a1
commit e386dcf94d
1 changed files with 2 additions and 2 deletions

View File

@ -67,13 +67,13 @@ style. Make sure to specify font names as they are provided by your
system. For instance, you might want to use the following combination: system. For instance, you might want to use the following combination:
% %
\begin{verbatim} \begin{verbatim}
\setmainfont{Baskerville} \setmainfont{Libre Baskerville}
\setsansfont[Scale=MatchLowercase]{IBM Plex Sans} \setsansfont[Scale=MatchLowercase]{IBM Plex Sans}
\setmonofont[Scale=MatchLowercase]{IBM Plex Mono} \setmonofont[Scale=MatchLowercase]{IBM Plex Mono}
\end{verbatim} \end{verbatim}
% %
If these fonts exist on your system, your normal text will look If these fonts exist on your system, your normal text will look
{\fontspec{Baskerville}{a little bit different from the other font used {\fontspec{Libre Baskerville}{a little bit different from the other font used
in this example PDF}}, while your sans-serif font {\fontspec[Scale=MatchLowercase]{IBM Plex Sans}will in this example PDF}}, while your sans-serif font {\fontspec[Scale=MatchLowercase]{IBM Plex Sans}will
pair nicely with your} {\fontspec[Scale=MatchLowercase]{IBM Plex Mono}{monospaced font}}. pair nicely with your} {\fontspec[Scale=MatchLowercase]{IBM Plex Mono}{monospaced font}}.
% %