summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fontsetup/fsptalos.sty
blob: 40e5b2809f2fb09c603d9eecde08299f69e3a35c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
\RequirePackage{fontspec}
\defaultfontfeatures{Ligatures=TeX}

\setmainfont[%
BoldFont=Talos-Bold.otf,%
ItalicFont=Talos-Italic.otf,%
BoldItalicFont=Talos-BoldItalic.otf%
]{Talos-Regular.otf}

\setsansfont[%
ItalicFont=NewCMSans10-BookOblique.otf,%
BoldFont=NewCMSans10-Bold.otf,%
BoldItalicFont=NewCMSans10-BoldOblique.otf,%
SmallCapsFeatures={Numbers=OldStyle},%
SlantedFont=NewCMSans10-BookOblique.otf,%
BoldSlantedFont=NewCMSans10-BoldOblique.otf,%
]{NewCMSans10-Book.otf}

\setmonofont[%
ItalicFont=NewCMMono10-BookItalic.otf,%
BoldFont=NewCMMono10-Bold.otf,%
BoldItalicFont=NewCMMono10-BoldOblique.otf,%
SlantedFont=NewCMMono10-Book.otf,%
SlantedFeatures={FakeSlant=0.25},
BoldSlantedFont=NewCMMono10-Bold.otf,%
BoldSlantedFeatures={FakeSlant=0.25},
SmallCapsFeatures={Numbers=OldStyle}]{NewCMMono10-Book.otf}


\RequirePackage{unicode-math}
\setmathfont{NewCMMath-Book.otf}

\endinput