blob: 4ef2046f9ffb5220984b8855e4d53061fc5ef1ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
\defaultfontfeatures[KpRoman]
{ Extension = .otf,
UprightFont = KpRoman-Regular,
BoldFont = KpRoman-Bold,
ItalicFont = KpRoman-Italic,
BoldItalicFont = KpRoman-BoldItalic,
SlantedFont = KpRoman-Regular,
SlantedFeatures = {FakeSlant=0.19},
BoldSlantedFont = KpRoman-Bold,
BoldSlantedFeatures = {FakeSlant=0.19},
SmallCapsFeatures = {Letters=PetiteCaps},
Ligatures={Common,RequiredOff,RareOff,HistoricOff}
}
|