diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/raleway/raleway.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/raleway/raleway.sty | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/raleway/raleway.sty b/Master/texmf-dist/tex/latex/raleway/raleway.sty index 2572877a18f..a6a70f98a79 100644 --- a/Master/texmf-dist/tex/latex/raleway/raleway.sty +++ b/Master/texmf-dist/tex/latex/raleway/raleway.sty @@ -8,7 +8,7 @@ % Licenced under the LPPL v1.3 or higher. % \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{raleway}[2015/01/11 v1.3 Matt McInerney’s Raleway family] +\ProvidesPackage{raleway}[2016/12/03 v1.4 Matt McInerney’s Raleway family] \RequirePackage{ifxetex,ifluatex,xkeyval} @@ -122,7 +122,10 @@ \ifraleway@sfdefault \setsansfont [ UprightFont = *-\raleway@regstyle , - BoldFont = *-\raleway@boldstyle ] + ItalicFont = *-\raleway@regstyle-Italic , + BoldFont = *-\raleway@boldstyle , + BoldItalicFont = *-\raleway@boldstyle-Italic + ] {Raleway} \fi |