From 70dd7f1e202296528e40f09a80ecd11a6ce29db0 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 5 May 2024 17:17:02 +0200 Subject: Updated the resources --- model_4/resources/10_fonts.tex | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'model_4/resources') diff --git a/model_4/resources/10_fonts.tex b/model_4/resources/10_fonts.tex index 424bb0e..e8014fb 100755 --- a/model_4/resources/10_fonts.tex +++ b/model_4/resources/10_fonts.tex @@ -1,15 +1,11 @@ \usepackage{fontspec} \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} \newfontfamily\BeatrixFont[Path=../fonts/,Mapping=tex-text]{Beatrix} \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} +\input{../common/10_fonts.tex} -- cgit v1.2.3