blob: 164d1368ea8ad2562d6997bf31eac66289ac0491 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
\usepackage{fontspec}
\newfontfamily\BeatrixFont[Path=../fonts/,Mapping=tex-text]{Beatrix}
\defaultfontfeatures{Ligatures={Common, Required, Contextual}}
\setmainfont{EB Garamond}
[ BoldFont = {Linux Libertine O Bold}]
\setmonofont{Latin Modern Mono Light}
\input{../common/10_fonts.tex}
\let\AltFont\LibertineFont
|