aboutsummaryrefslogtreecommitdiff
path: root/model_6/resources/10_fonts.tex
diff options
context:
space:
mode:
Diffstat (limited to 'model_6/resources/10_fonts.tex')
-rwxr-xr-xmodel_6/resources/10_fonts.tex14
1 files changed, 14 insertions, 0 deletions
diff --git a/model_6/resources/10_fonts.tex b/model_6/resources/10_fonts.tex
new file mode 100755
index 0000000..0dc179e
--- /dev/null
+++ b/model_6/resources/10_fonts.tex
@@ -0,0 +1,14 @@
+\usepackage{fontspec}
+\setmainfont[Mapping=tex-text]{EB Garamond}
+
+% Set the bold font as Linux Libertine as the EB Garamond miss some characters
+\newfontfamily\LibertineFont[Mapping=tex-text]{Linux Libertine O}
+\let\bf\textbf
+\renewcommand{\textbf}[1]{{\LibertineFont\selectfont\bf{#1}}}
+
+\setmonofont{Latin Modern Mono Light}
+
+\newfontfamily\TitleFont[Path=resources/, Mapping=tex-text]{CaviarDreams}
+\newfontfamily\CaviarDreamsFont[Path=resources/, Mapping=tex-text]{CaviarDreams}
+
+%\newfontfamily\AltFont[Mapping=tex-text]{Linux Libertine O}