diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2024-05-05 17:17:02 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2024-05-05 17:17:02 +0200 |
commit | 70dd7f1e202296528e40f09a80ecd11a6ce29db0 (patch) | |
tree | 0576f64cc25eba71545dd4c94bbae552da362425 /model_2/resources | |
parent | bf88a0d0b0d3f03320ad3cc52eed7c7087ea1f3c (diff) |
Updated the resources
Diffstat (limited to 'model_2/resources')
-rwxr-xr-x | model_2/resources/10_fonts.tex | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/model_2/resources/10_fonts.tex b/model_2/resources/10_fonts.tex index 928f801..7d98468 100755 --- a/model_2/resources/10_fonts.tex +++ b/model_2/resources/10_fonts.tex @@ -1,17 +1,14 @@ \usepackage{fontspec}
+
\defaultfontfeatures{Ligatures={Common, Required, Contextual}}
\setmainfont{EB Garamond}
-
-% Change the font for bold text
-\let\bf\textbf
-\renewcommand{\textbf}[1]{{\AltFont\selectfont\bf{#1}}}
+ [ BoldFont = {Linux Libertine O Bold}]
\setmonofont{Latin Modern Mono Light}
+
\newfontfamily\EBLigatures{EB Garamond}[
Mapping=tex-text,
Ligatures={Common, Required, Contextual, Historic}
]
\newfontfamily\AltFont[Mapping=tex-text]{Linux Libertine O}
-\newfontfamily\CaviarDreamsFont[Path=../fonts/, Mapping=tex-text]{CaviarDreams}
-\newfontfamily\CaviarDreamsBoldFont[Path=../fonts/, Mapping=tex-text]{CaviarDreams_Bold}
-
+\input{../common/10_fonts.tex}
|