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