diff --git a/Sources/Introduction.tex b/Sources/Introduction.tex index 03ceb52..05b6c6c 100644 --- a/Sources/Introduction.tex +++ b/Sources/Introduction.tex @@ -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: % \begin{verbatim} -\setmainfont{Baskerville} +\setmainfont{Libre Baskerville} \setsansfont[Scale=MatchLowercase]{IBM Plex Sans} \setmonofont[Scale=MatchLowercase]{IBM Plex Mono} \end{verbatim} % 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 pair nicely with your} {\fontspec[Scale=MatchLowercase]{IBM Plex Mono}{monospaced font}}. %