diff options
Diffstat (limited to 'model_4/resources')
-rwxr-xr-x | model_4/resources/10_fonts.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model_4/resources/10_fonts.tex b/model_4/resources/10_fonts.tex index e8014fb..164d136 100755 --- a/model_4/resources/10_fonts.tex +++ b/model_4/resources/10_fonts.tex @@ -1,6 +1,5 @@ \usepackage{fontspec}
-\newfontfamily\AltFont[Mapping=tex-text]{Linux Libertine O}
\newfontfamily\BeatrixFont[Path=../fonts/,Mapping=tex-text]{Beatrix}
\defaultfontfeatures{Ligatures={Common, Required, Contextual}}
@@ -9,3 +8,4 @@ \setmonofont{Latin Modern Mono Light}
\input{../common/10_fonts.tex}
+\let\AltFont\LibertineFont
|