aboutsummaryrefslogtreecommitdiff
path: root/model_4/resources/10_fonts.tex
blob: 424bb0eb98a11d3b310510547fb89b437001de69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\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}}}

\setmonofont{Latin Modern Mono Light}