summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fontsetup/fspxcharter.sty
blob: 9267191eab7ee3995a43930fb75d182eeb4c4794 (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
\RequirePackage{fontspec}
\defaultfontfeatures{Ligatures=TeX}

\RequirePackage{xcharter-otf}

\setsansfont[%
ItalicFont=CabinCondensed-ItalicCondensed.otf,%
BoldFont=CabinCondensed-SemiBoldCondensed.otf,%
BoldItalicFont=CabinCondensed-SemiboldItalicCondensed.otf,%
SmallCapsFeatures={Numbers=OldStyle},%
SlantedFont=CabinCondensed-RegularCondensed.otf,%
SlantedFeatures={FakeSlant=0.25},
BoldSlantedFont=CabinCondensed-SemiBoldCondensed.otf,%
BoldSlantedFeatures={FakeSlant=0.25},
Scale=MatchLowercase
]{CabinCondensed-RegularCondensed.otf}

\setmonofont[%
BoldFont=Inconsolatazi4-Bold.otf,%
SlantedFont=Inconsolatazi4-Regular.otf,%
SlantedFeatures={FakeSlant=0.25},
BoldSlantedFont=,%
BoldSlantedFeatures={FakeSlant=0.25},
SmallCapsFeatures={Numbers=OldStyle},
Scale=MatchLowercase]{Inconsolatazi4-Regular.otf}


\endinput