diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2024-05-05 18:01:00 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2024-05-05 18:01:00 +0200 |
commit | a8ade224f17c26536b36466ac90a63e505da94ac (patch) | |
tree | 9ac8e86d5b7b4954be18babe69af22e22963aa48 /model_4/resources | |
parent | 496651eeaabe66f041e49b0cc18baeeb5d00e90c (diff) |
Update the font (again)
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
|