blob: 52b69c33cb696fa4a763c6b11e72bf8de9ce09a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
\usepackage{fontspec}
\setmainfont{Linux Libertine O}
\newcommand{\DUtitletitle}[1]{%
{\begin{center}\textbf{\textsc{#1}}\end{center}}
}
\setmonofont{Latin Modern Mono Light}
\newfontfamily\TitleFont
{EB Garamond}
[ Mapping=tex-text ]
\input{../common/10_fonts.tex}
\let\AltFont\LibertineFont
|