aboutsummaryrefslogtreecommitdiff
path: root/model_3/resources/10_fonts.tex
blob: d437a25a078a215d60acb37f6084e2fb34694a8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\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}
\newfontfamily\CaviarDreamsFont[Path=../fonts/, Mapping=tex-text]{CaviarDreams}
\newfontfamily\CaviarDreamsBoldFont[Path=../fonts/, Mapping=tex-text]{CaviarDreams_Bold}

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

\setmonofont{Latin Modern Mono Light}