summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fontsetup/fspgfsartemisiaot.sty
blob: c4dc761f878a0213c54382ab4ed52f7848791594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\RequirePackage{fontspec}
\defaultfontfeatures{Ligatures=TeX}

\setmainfont[ItalicFont=GFSArtemisiaIt.otf,
BoldFont=GFSArtemisiaBold.otf,
BoldItalicFont=GFSArtemisiaBoldIt.otf,SmallCapsFeatures={Numbers=OldStyle}]{GFSArtemisia.otf}

\RequirePackage{unicode-math}
%\setmathfont{XITSMath-Regular.otf}
\setmathfont{STIX2Math.otf}
\setmathfont[range=\mathup/{num,latin,Latin,greek,Greek}]{GFSArtemisia.otf} 
\setmathfont[range=\mathbfup/{num,latin,Latin,greek,Greek}]{GFSArtemisiaBold.otf} 
\setmathfont[range=\mathit/{num,latin,Latin,greek,Greek}]{GFSArtemisiaIt.otf} 
\setmathfont[range=\mathbfit/{num,latin,Latin,greek,Greek}]{GFSArtemisiaBoldIt.otf}

\endinput