summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/sourcesanspro/sourcesanspro.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/sourcesanspro/sourcesanspro.sty')
-rw-r--r--Master/texmf-dist/tex/latex/sourcesanspro/sourcesanspro.sty9
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/sourcesanspro/sourcesanspro.sty b/Master/texmf-dist/tex/latex/sourcesanspro/sourcesanspro.sty
index 790c5cf09dc..06f604598e6 100644
--- a/Master/texmf-dist/tex/latex/sourcesanspro/sourcesanspro.sty
+++ b/Master/texmf-dist/tex/latex/sourcesanspro/sourcesanspro.sty
@@ -8,7 +8,7 @@
% Licenced under the LPPL v1.3 or higher.
%
\NeedsTeXFormat{LaTeX2e}[1994/12/01]
-\ProvidesPackage{sourcesanspro}[2013/09/23 v2.3 Adobe's Source Sans Pro typeface]
+\ProvidesPackage{sourcesanspro}[2014/07/28 v2.4 Adobe's Source Sans Pro typeface]
\RequirePackage{ifxetex,ifluatex,xkeyval}
@@ -199,9 +199,7 @@
% Sans serif font
\ifsourcesanspro@sfdefault
- \renewcommand*
- {\sfdefault}
- {SourceSansPro-\sourcesanspro@figurealign\sourcesanspro@figurestyle}
+ \edef\sfdefault{SourceSansPro-\sourcesanspro@figurealign\sourcesanspro@figurestyle}
\fi
% If source sans pro is the default font \oldstylenums needs a new definition.
@@ -215,12 +213,13 @@
\fi
\endgroup
}
+ \edef\seriesdefault{\mdseries@sf}
\fi
\fi
% Set default font family
\ifsourcesanspro@default
- \let\familydefault\sfdefault
+ \edef\familydefault{\sfdefault}
\fi
\endinput \ No newline at end of file