blob: 0bb7c0352832dc3cbcf275d451fbc446629a9309 (
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}
]
\input{../common/10_fonts.tex}
\let\AltFont\LibertineFont
|