aboutsummaryrefslogtreecommitdiff
path: root/model_3/resources/10_fonts.tex
blob: 7c05521bce80ab648dd896a5d4532737e5208153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\usepackage{fontspec}

\newfontfamily\EBGaramond{EB Garamond}[
    Mapping=tex-text,
    Ligatures={Common, Required, Contextual}
]
\newfontfamily\EBLigatures{EB Garamond}[
    Mapping=tex-text,
    Ligatures={Common, Required, Contextual, Historic}
]
\newfontfamily\AltFont[Mapping=tex-text]{Linux Libertine O}

\setmainfont{Quicksand-Light}[
	Path=../fonts/,
	BoldFont = Quicksand-Medium]

\setmonofont{Latin Modern Mono Light}

\input{../common/10_fonts.tex}