diff options
Diffstat (limited to 'model_3')
-rwxr-xr-x | model_3/resources/10_fonts.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model_3/resources/10_fonts.tex b/model_3/resources/10_fonts.tex index 7c05521..f565b74 100755 --- a/model_3/resources/10_fonts.tex +++ b/model_3/resources/10_fonts.tex @@ -8,7 +8,6 @@ Mapping=tex-text,
Ligatures={Common, Required, Contextual, Historic}
]
-\newfontfamily\AltFont[Mapping=tex-text]{Linux Libertine O}
\setmainfont{Quicksand-Light}[
Path=../fonts/,
@@ -17,3 +16,4 @@ \setmonofont{Latin Modern Mono Light}
\input{../common/10_fonts.tex}
+\let\AltFont\LibertineFont
|