blob: 84eb7a0f693a44f5e3beb0eb7d1b27e4797f6b8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
\usepackage{fontspec}
\setmainfont{EB Garamond}
[ BoldFont = {Linux Libertine O Bold}
, Mapping=tex-text
]
\setmonofont{Latin Modern Mono Light}
\newfontfamily\TitleFont[Path=../fonts/, Mapping=tex-text]{CaviarDreams}
\input{../common/10_fonts.tex}
|