blob: a819513535f20721119e601f2020bbf62fa1530d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
\RequirePackage{fontspec}
\defaultfontfeatures{Ligatures=TeX}
\setmainfont[ItalicFont=EBGaramond-Italic.otf,
BoldFont=EBGaramond-Bold.otf,
BoldItalicFont=EBGaramond-BoldItalic.otf,SmallCapsFeatures={Numbers=OldStyle}]{EBGaramond-Regular.otf}
\RequirePackage{unicode-math}
\setmathfont{Garamond-Math.otf}
\endinput
|