Skip to content

Commit

Permalink
Fix OpenType italics
Browse files Browse the repository at this point in the history
  • Loading branch information
silkeh committed Nov 10, 2018
1 parent 0bcbc99 commit 8759bd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tex/latex/sourceserifpro/sourceserifpro.sty
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@
\ifsourceserifpro@rmdefault
\setmainfont
[ UprightFont = *-\sourceserifpro@regstyle ,
BoldFont = *-\sourceserifpro@boldstyle ]
ItalicFont = *-\sourceserifpro@regstyle It ,
BoldFont = *-\sourceserifpro@boldstyle ,
BoldItalicFont = *-\sourceserifpro@boldstyle It ]
{SourceSerifPro}
\fi

Expand Down

0 comments on commit 8759bd5

Please sign in to comment.