diff options
-rwxr-xr-x | model_1/resources/10_fonts.tex | 2 | ||||
-rwxr-xr-x | model_2/resources/10_fonts.tex | 2 | ||||
-rwxr-xr-x | model_3/resources/10_fonts.tex | 2 | ||||
-rwxr-xr-x | model_4/resources/10_fonts.tex | 2 | ||||
-rwxr-xr-x | model_5/resources/10_fonts.tex | 3 |
5 files changed, 6 insertions, 5 deletions
diff --git a/model_1/resources/10_fonts.tex b/model_1/resources/10_fonts.tex index 5455f8a..d070ac6 100755 --- a/model_1/resources/10_fonts.tex +++ b/model_1/resources/10_fonts.tex @@ -21,5 +21,5 @@ , Contextual
, Historic } ]
-\newfontfamily\AltFont[Mapping=tex-text]{Linux Libertine O}
\input{../common/10_fonts.tex}
+\let\AltFont\LibertineFont
diff --git a/model_2/resources/10_fonts.tex b/model_2/resources/10_fonts.tex index 7d98468..0bb7c03 100755 --- a/model_2/resources/10_fonts.tex +++ b/model_2/resources/10_fonts.tex @@ -10,5 +10,5 @@ Mapping=tex-text,
Ligatures={Common, Required, Contextual, Historic}
]
-\newfontfamily\AltFont[Mapping=tex-text]{Linux Libertine O}
\input{../common/10_fonts.tex}
+\let\AltFont\LibertineFont
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
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
diff --git a/model_5/resources/10_fonts.tex b/model_5/resources/10_fonts.tex index befadd5..52b69c3 100755 --- a/model_5/resources/10_fonts.tex +++ b/model_5/resources/10_fonts.tex @@ -10,4 +10,5 @@ {EB Garamond} [ Mapping=tex-text ] -\newfontfamily\AltFont[Mapping=tex-text]{Linux Libertine O} +\input{../common/10_fonts.tex} +\let\AltFont\LibertineFont |