diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-13 21:39:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-13 21:39:15 +0000 |
commit | 8df3393c2825bc26d3ee050c49cf7cece834749c (patch) | |
tree | fd3fea424cb391489437a8552fd207d3c0a3ad74 /Master/texmf-dist/tex/latex/gofonts/GoSans.sty | |
parent | 026b7dd01e5a221b769423bb3c3cf33e73cb9065 (diff) |
gofonts (13oct19)
git-svn-id: svn://tug.org/texlive/trunk@52366 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/gofonts/GoSans.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/gofonts/GoSans.sty | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/gofonts/GoSans.sty b/Master/texmf-dist/tex/latex/gofonts/GoSans.sty index 9c70e8f6a01..7ef06482327 100644 --- a/Master/texmf-dist/tex/latex/gofonts/GoSans.sty +++ b/Master/texmf-dist/tex/latex/gofonts/GoSans.sty @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{GoSans} - [2019/04/19 (Bob Tennent and autoinst) Style file for Go Sans fonts.] + [2019/10/12 (Bob Tennent and autoinst) Style file for Go Sans fonts.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -37,9 +37,9 @@ \else % type1 - \def\bfseries@sf{bold} - \def\mdseries@sf{regular} - \ifgo@medium\def\bfseries@sf{medium}\fi + \def\bfseries@sf{b} + \def\mdseries@sf{m} + \ifgo@medium\def\bfseries@sf{sb}\fi \fi @@ -82,7 +82,7 @@ \fi -\def\gomedium{\fontfamily{\gofamily}\fontseries{m}\selectfont} +\def\gomedium{\fontfamily{\gofamily}\fontseries{sb}\selectfont} \def\gobold{\fontfamily{\gofamily}\fontseries{b}\selectfont} \def\golgr{\fontencoding{LGR}\fontfamily{Go-TLF}\selectfont} % use Go-TLF even for ttf |