summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/merriweather
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/merriweather')
-rw-r--r--Master/texmf-dist/tex/latex/merriweather/merriweather.sty30
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