diff options
Diffstat (limited to 'model_6/resources')
-rwxr-xr-x | model_6/resources/10_fonts.tex | 15 | ||||
-rw-r--r-- | model_6/resources/CaviarDreams.ttf | bin | 58864 -> 0 bytes |
2 files changed, 6 insertions, 9 deletions
diff --git a/model_6/resources/10_fonts.tex b/model_6/resources/10_fonts.tex index 0dc179e..84eb7a0 100755 --- a/model_6/resources/10_fonts.tex +++ b/model_6/resources/10_fonts.tex @@ -1,14 +1,11 @@ \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}}} +\setmainfont{EB Garamond} + [ BoldFont = {Linux Libertine O Bold} + , Mapping=tex-text + ] \setmonofont{Latin Modern Mono Light} -\newfontfamily\TitleFont[Path=resources/, Mapping=tex-text]{CaviarDreams} -\newfontfamily\CaviarDreamsFont[Path=resources/, Mapping=tex-text]{CaviarDreams} +\newfontfamily\TitleFont[Path=../fonts/, Mapping=tex-text]{CaviarDreams} -%\newfontfamily\AltFont[Mapping=tex-text]{Linux Libertine O} +\input{../common/10_fonts.tex} diff --git a/model_6/resources/CaviarDreams.ttf b/model_6/resources/CaviarDreams.ttf Binary files differdeleted file mode 100644 index 4ba4279..0000000 --- a/model_6/resources/CaviarDreams.ttf +++ /dev/null |