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_3/resources/10_fonts.tex | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'model_3/resources/10_fonts.tex') diff --git a/model_3/resources/10_fonts.tex b/model_3/resources/10_fonts.tex index d437a25..7c05521 100755 --- a/model_3/resources/10_fonts.tex +++ b/model_3/resources/10_fonts.tex @@ -1,3 +1,5 @@ +\usepackage{fontspec} + \newfontfamily\EBGaramond{EB Garamond}[ Mapping=tex-text, Ligatures={Common, Required, Contextual} @@ -7,12 +9,11 @@ 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} -\usepackage{fontspec} \setmainfont{Quicksand-Light}[ Path=../fonts/, BoldFont = Quicksand-Medium] \setmonofont{Latin Modern Mono Light} + +\input{../common/10_fonts.tex} -- cgit v1.2.3