From a7ba2e65a2b908299f204a1d455c7f2c1c991a00 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 31 Jan 2022 21:15:02 +0000 Subject: fontsetup (31jan22) git-svn-id: svn://tug.org/texlive/trunk@61826 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/fontsetup/fsptalos.sty | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/fontsetup/fsptalos.sty (limited to 'Master/texmf-dist/tex/latex/fontsetup/fsptalos.sty') diff --git a/Master/texmf-dist/tex/latex/fontsetup/fsptalos.sty b/Master/texmf-dist/tex/latex/fontsetup/fsptalos.sty new file mode 100644 index 00000000000..40e5b2809f2 --- /dev/null +++ b/Master/texmf-dist/tex/latex/fontsetup/fsptalos.sty @@ -0,0 +1,33 @@ +\RequirePackage{fontspec} +\defaultfontfeatures{Ligatures=TeX} + +\setmainfont[% +BoldFont=Talos-Bold.otf,% +ItalicFont=Talos-Italic.otf,% +BoldItalicFont=Talos-BoldItalic.otf% +]{Talos-Regular.otf} + +\setsansfont[% +ItalicFont=NewCMSans10-BookOblique.otf,% +BoldFont=NewCMSans10-Bold.otf,% +BoldItalicFont=NewCMSans10-BoldOblique.otf,% +SmallCapsFeatures={Numbers=OldStyle},% +SlantedFont=NewCMSans10-BookOblique.otf,% +BoldSlantedFont=NewCMSans10-BoldOblique.otf,% +]{NewCMSans10-Book.otf} + +\setmonofont[% +ItalicFont=NewCMMono10-BookItalic.otf,% +BoldFont=NewCMMono10-Bold.otf,% +BoldItalicFont=NewCMMono10-BoldOblique.otf,% +SlantedFont=NewCMMono10-Book.otf,% +SlantedFeatures={FakeSlant=0.25}, +BoldSlantedFont=NewCMMono10-Bold.otf,% +BoldSlantedFeatures={FakeSlant=0.25}, +SmallCapsFeatures={Numbers=OldStyle}]{NewCMMono10-Book.otf} + + +\RequirePackage{unicode-math} +\setmathfont{NewCMMath-Book.otf} + +\endinput -- cgit v1.2.3