diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/kpfonts-otf/KpSans.fontspec')
-rw-r--r-- | Master/texmf-dist/tex/latex/kpfonts-otf/KpSans.fontspec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/kpfonts-otf/KpSans.fontspec b/Master/texmf-dist/tex/latex/kpfonts-otf/KpSans.fontspec index eae6a607701..41c334157c7 100644 --- a/Master/texmf-dist/tex/latex/kpfonts-otf/KpSans.fontspec +++ b/Master/texmf-dist/tex/latex/kpfonts-otf/KpSans.fontspec @@ -1,7 +1,8 @@ \defaultfontfeatures[KpSans] { Extension = .otf, - UprightFont = *-Regular, - BoldFont = *-Bold, - ItalicFont = *-Italic, - BoldItalicFont = *-BoldItalic + UprightFont = *-Regular, + BoldFont = *-Bold, + ItalicFont = *-Italic, + BoldItalicFont = *-BoldItalic, + Ligatures={Common,RequiredOff,RareOff,HistoricOff} } |