diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-12 22:59:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-12 22:59:22 +0000 |
commit | 70f9c8c319b842638cf25a950bb9f221f2161bdd (patch) | |
tree | bc49dca174e90eed316c0455a238a13ad7b48b82 /Master/texmf-dist/tex/latex/noto/noto.sty | |
parent | 7d06555d716ec0133a2db80ab371fefcc09e0292 (diff) |
noto (12jan19)
git-svn-id: svn://tug.org/texlive/trunk@49679 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/noto/noto.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/noto/noto.sty | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/noto/noto.sty b/Master/texmf-dist/tex/latex/noto/noto.sty index 4dc0bac321a..03a023d5713 100644 --- a/Master/texmf-dist/tex/latex/noto/noto.sty +++ b/Master/texmf-dist/tex/latex/noto/noto.sty @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{noto} - [2018/02/20 (Bob Tennent) Supports Noto fonts for all LaTeX engines.] + [2019/01/11 (Bob Tennent) Supports Noto fonts for all LaTeX engines.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -112,6 +112,7 @@ \ifnoto@sf\def\mdseries@sf{mb}\fi \ifnoto@rm\def\mdseries@rm{mb}\fi \fi + \def\seriesdefault{\mdseries@rm} \fi @@ -173,7 +174,7 @@ \fi \ifnoto@tt \setmonofont - [ Extension = .ttf , + [ Extension = .otf , Scale = \NotoMono@scale , UprightFont = *-Regular , ItalicFont = *-Italic , @@ -201,7 +202,7 @@ BoldItalicFont = *-\noto@boldstyle Italic ] {NotoSerif} \newfontfamily\notomono - [ Extension = .ttf , + [ Extension = .otf , Scale = \NotoMono@scale , UprightFont = *-Regular , ItalicFont = *-Italic , |