aboutsummaryrefslogtreecommitdiff
path: root/model_2/resources/10_fonts.tex
blob: 7d98468a0c54b60fd867d0886ab8705cd2bb0b8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\usepackage{fontspec}

\defaultfontfeatures{Ligatures={Common, Required, Contextual}}
\setmainfont{EB Garamond}
    [ BoldFont = {Linux Libertine O Bold}]

\setmonofont{Latin Modern Mono Light}

\newfontfamily\EBLigatures{EB Garamond}[
    Mapping=tex-text,
    Ligatures={Common, Required, Contextual, Historic}
]
\newfontfamily\AltFont[Mapping=tex-text]{Linux Libertine O}
\input{../common/10_fonts.tex}