summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/raleway/raleway.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-08-03 17:27:45 +0000
committerKarl Berry <karl@freefriends.org>2014-08-03 17:27:45 +0000
commitb078267b8098778831fd97872cd334fa87c28639 (patch)
tree63900bebb7bdf93d14842015843a8078e9e9f570 /Master/texmf-dist/tex/latex/raleway/raleway.sty
parent90b24a23c320d1720bf1c3d93c1619f95a71d0f6 (diff)
raleway
git-svn-id: svn://tug.org/texlive/trunk@34814 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/raleway/raleway.sty')
-rw-r--r--Master/texmf-dist/tex/latex/raleway/raleway.sty9
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/raleway/raleway.sty b/Master/texmf-dist/tex/latex/raleway/raleway.sty
index 7a146131ffa..6b918ed4dec 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}[2013/10/05 v1.1 Matt McInerney’s Raleway family]
+\ProvidesPackage{raleway}[2014/07/28 v1.2 Matt McInerney’s Raleway family]
\RequirePackage{ifxetex,ifluatex,xkeyval}
@@ -235,9 +235,7 @@
% Sans serif font
\ifraleway@sfdefault
- \renewcommand*
- {\sfdefault}
- {Raleway-\raleway@figurealign\raleway@figurestyle}
+ \edef\sfdefault{Raleway-\raleway@figurealign\raleway@figurestyle}
\fi
% If Raleway is the default font \oldstylenums needs a new definition.
@@ -251,12 +249,13 @@
\fi
\endgroup
}
+ \edef\seriesdefault{\mdseries@sf}
\fi
\fi
% Set default font family
\ifraleway@default
- \let\familydefault\sfdefault
+ \edef\familydefault{\sfdefault}
\fi
\endinput