From f83e8b39df08ea9e9ca130a4578c749d48d55844 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sat, 10 Aug 2019 20:36:56 +0200 Subject: First commit --- model_3/resources/10_fonts.tex | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 model_3/resources/10_fonts.tex (limited to 'model_3/resources/10_fonts.tex') diff --git a/model_3/resources/10_fonts.tex b/model_3/resources/10_fonts.tex new file mode 100755 index 0000000..480f148 --- /dev/null +++ b/model_3/resources/10_fonts.tex @@ -0,0 +1,12 @@ +\newfontfamily\EBGaramond{EB Garamond}[ + Mapping=tex-text, + Ligatures={Common, Required, Contextual} +] +\newfontfamily\EBLigatures{EB Garamond}[ + Mapping=tex-text, + Ligatures={Common, Required, Contextual, Historic} +] +\newfontfamily\LibertineFont[Mapping=tex-text]{Linux Libertine O} +\newfontfamily\CaviarDreamsFont[Path=../fonts/, Mapping=tex-text]{CaviarDreams} +\newfontfamily\CaviarDreamsBoldFont[Path=../fonts/, Mapping=tex-text]{CaviarDreams_Bold} + -- cgit v1.2.3