diff options
Diffstat (limited to 'fonts/merriweather')
-rw-r--r-- | fonts/merriweather/README | 2 | ||||
-rw-r--r-- | fonts/merriweather/doc/merriweather-samples.pdf | bin | 111135 -> 111128 bytes | |||
-rw-r--r-- | fonts/merriweather/latex/merriweather.sty | 30 |
3 files changed, 16 insertions, 16 deletions
diff --git a/fonts/merriweather/README b/fonts/merriweather/README index 5f1b0336a8..d432aa7bab 100644 --- a/fonts/merriweather/README +++ b/fonts/merriweather/README @@ -1,4 +1,4 @@ -This is the README for the merriweather package, version 2020-07-30. +This is the README for the merriweather package, version 2020-07-31. This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the Merriweather and MerriweatherSans families of fonts, designed by diff --git a/fonts/merriweather/doc/merriweather-samples.pdf b/fonts/merriweather/doc/merriweather-samples.pdf Binary files differindex 4ac91da309..e8ef6f1af5 100644 --- a/fonts/merriweather/doc/merriweather-samples.pdf +++ b/fonts/merriweather/doc/merriweather-samples.pdf diff --git a/fonts/merriweather/latex/merriweather.sty b/fonts/merriweather/latex/merriweather.sty index 3c3c73d1d3..35fba36110 100644 --- a/fonts/merriweather/latex/merriweather.sty +++ b/fonts/merriweather/latex/merriweather.sty @@ -1,5 +1,5 @@ \ProvidesPackage{merriweather}[% - 2020/07/30 (Bob Tennent) Supports Merriweather(Sans) fonts for all LaTeX engines. ] + 2020/07/31 (Bob Tennent) Supports Merriweather(Sans) fonts for all LaTeX engines. ] \RequirePackage{ifxetex,ifluatex,textcomp} @@ -12,11 +12,11 @@ \merriweather@ttffalse \fi\fi -\newcommand*{\Merriweather@scale}{1} % not adjustable -\newcommand*{\MerriweatherSans@scale}{1} +\newcommand*{\Merriwthr@scale}{1} % not adjustable +\newcommand*{\MerriwthrSans@scale}{1} \RequirePackage{xkeyval} -\DeclareOptionX{scaled}{\renewcommand*{\MerriweatherSans@scale}{#1}} -\DeclareOptionX{scale}{\renewcommand*{\MerriweatherSans@scale}{#1}} +\DeclareOptionX{scaled}{\renewcommand*{\MerriwthrSans@scale}{#1}} +\DeclareOptionX{scale}{\renewcommand*{\MerriwthrSans@scale}{#1}} \newif\ifmerriweather@rm \merriweather@rmfalse \newif\ifmerriweather@sf \merriweather@sffalse @@ -121,14 +121,14 @@ \ifmerriweather@sflight \ifmerriweather@sfblack \setsansfont - [ Scale = \MerriweatherSans@scale , + [ Scale = \MerriwthrSans@scale , UprightFont = *-Light , ItalicFont = *-LightItalic , BoldFont = *-ExtraBold , BoldItalicFont = *-ExBoldIt ] {MerriweatherSans} \newfontfamily\merriweathersans - [ Scale = \MerriweatherSans@scale , + [ Scale = \MerriwthrSans@scale , UprightFont = *-Light , ItalicFont = *-LightItalic , BoldFont = *-ExtraBold , @@ -136,14 +136,14 @@ {MerriweatherSans} \else \setsansfont - [ Scale = \MerriweatherSans@scale , + [ Scale = \MerriwthrSans@scale , UprightFont = *-Light , ItalicFont = *-LightItalic , BoldFont = *-Bold , BoldItalicFont = *-BoldItalic ] {MerriweatherSans} \newfontfamily\merriweathersans - [ Scale = \MerriweatherSans@scale , + [ Scale = \MerriwthrSans@scale , UprightFont = *-Light , ItalicFont = *-LightItalic , BoldFont = *-Bold , @@ -153,14 +153,14 @@ \else \ifmerriweather@sfblack \setsansfont - [ Scale = \MerriweatherSans@scale , + [ Scale = \MerriwthrSans@scale , UprightFont = *-Regular , ItalicFont = *-Italic , BoldFont = *-ExtraBold , BoldItalicFont = *-ExBoldIt ] {MerriweatherSans} \newfontfamily\merriweathersans - [ Scale = \MerriweatherSans@scale , + [ Scale = \MerriwthrSans@scale , UprightFont = *-Regular , ItalicFont = *-Italic , BoldFont = *-ExtraBold , @@ -168,14 +168,14 @@ {MerriweatherSans} \else \setsansfont - [ Scale = \MerriweatherSans@scale , + [ Scale = \MerriwthrSans@scale , UprightFont = *-Regular , ItalicFont = *-Italic , BoldFont = *-Bold , BoldItalicFont = *-BoldItalic ] {MerriweatherSans} \newfontfamily\merriweathersans - [ Scale = \MerriweatherSans@scale , + [ Scale = \MerriwthrSans@scale , UprightFont = *-Regular , ItalicFont = *-Italic , BoldFont = *-Bold , @@ -196,7 +196,7 @@ BoldItalicFont = *-LightIt ] {Merriweather} \newfontfamily\merriweathersanslight - [ Scale = \MerriweatherSans@scale , + [ Scale = \MerriwthrSans@scale , UprightFont = *-Light , ItalicFont = *-LightItalic , BoldFont = *-Light , @@ -209,7 +209,7 @@ BoldItalicFont = *-UltraBdIt ] {Merriweather} \newfontfamily\merriweathersansblack - [ Scale = \MerriweatherSans@scale , + [ Scale = \MerriwthrSans@scale , UprightFont = *-ExtraBold , ItalicFont = *-ExBoldIt , BoldFont = *-ExtraBold , |