diff options
author | Karl Berry <karl@freefriends.org> | 2013-11-16 23:50:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-11-16 23:50:36 +0000 |
commit | fe7d1a006c1798e5444f4172db3a6777970d9d14 (patch) | |
tree | 4ab0adf7f767fb4a58746c9e377b57c583c68998 /Master/texmf-dist/tex/latex | |
parent | d2f0ecc37190cee10c8bc9e9370d53977f42d150 (diff) |
merriweather (16nov13)
git-svn-id: svn://tug.org/texlive/trunk@32161 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/merriweather/merriweather.sty | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/merriweather/merriweather.sty b/Master/texmf-dist/tex/latex/merriweather/merriweather.sty index 2f354427424..db74160f0f3 100644 --- a/Master/texmf-dist/tex/latex/merriweather/merriweather.sty +++ b/Master/texmf-dist/tex/latex/merriweather/merriweather.sty @@ -136,6 +136,32 @@ BoldItalicFont = *-\merriweather@sfboldstyle Italic ] {MerriweatherSans} \fi + \newfontfamily\merriweatherlight + [ UprightFont = *-Light , + ItalicFont = *-LightItalic , + BoldFont = *-\merriweather@rmboldstyle , + BoldItalicFont = *-\merriweather@rmboldstyle Italic ] + {Merriweather} + \newfontfamily\merriweathersanslight + [ Scale = \MerriweatherSans@scale , + UprightFont = *-Light , + ItalicFont = *-LightItalic , + BoldFont = *-Light , + BoldItalicFont = *-LightItalic ] + {MerriweatherSans} + \newfontfamily\merriweatherblack + [ UprightFont = *-Heavy , + ItalicFont = *-HeavyItalic , + BoldFont = *-Heavy , + BoldItalicFont = *-HeavyItalic ] + {Merriweather} + \newfontfamily\merriweathersansblack + [ Scale = \MerriweatherSans@scale , + UprightFont = *-ExtraBold , + ItalicFont = *-ExtraBoldItalic , + BoldFont = *-ExtraBold , + BoldItalicFont = *-ExtraBoldItalic ] + {MerriweatherSans} \else % type1 @@ -173,6 +199,10 @@ \newcommand*\merriweather{\fontfamily{\merriweatherfamily}\selectfont} \newcommand*\merriweathersans{\fontfamily{\merriweathersffamily}\selectfont} + \newcommand*\merriweatherlight{\fontfamily{\merriweatherfamily}\fontseries{l}\selectfont} + \newcommand*\merriweathersanslight{\fontfamily{\merriweathersffamily}\fontseries{l}\selectfont} + \newcommand*\merriweatherblack{\fontfamily{\merriweatherfamily}\fontseries{h}\selectfont} + \newcommand*\merriweathersansblack{\fontfamily{\merriweathersffamily}\fontseries{eb}\selectfont} \fi |