diff options
author | Karl Berry <karl@freefriends.org> | 2020-11-19 22:13:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-11-19 22:13:58 +0000 |
commit | 7f451c122b8db04e9a769acb397673af4226d1e6 (patch) | |
tree | 963c3c735e67d817b58d71257a26832775532007 /Master/texmf-dist/tex/latex/kpfonts-otf/KpLight.fontspec | |
parent | c3abf04eae63220f1e931be3cb5cbd4f1f292898 (diff) |
kpfonts-otf (19nov20)
git-svn-id: svn://tug.org/texlive/trunk@56965 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/kpfonts-otf/KpLight.fontspec')
-rw-r--r-- | Master/texmf-dist/tex/latex/kpfonts-otf/KpLight.fontspec | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/kpfonts-otf/KpLight.fontspec b/Master/texmf-dist/tex/latex/kpfonts-otf/KpLight.fontspec index 861054f1f2d..5f86a1b29d4 100644 --- a/Master/texmf-dist/tex/latex/kpfonts-otf/KpLight.fontspec +++ b/Master/texmf-dist/tex/latex/kpfonts-otf/KpLight.fontspec @@ -1,7 +1,12 @@ \defaultfontfeatures[KpLight] { Extension = .otf, - UprightFont = *-Light, - BoldFont = *-Semibold, - ItalicFont = *-LightItalic, - BoldItalicFont = *-SemiboldItalic + 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}, + Ligatures={Common,RequiredOff,RareOff,HistoricOff} } |