summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fontsetup/fsptalos.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-31 21:15:02 +0000
committerKarl Berry <karl@freefriends.org>2022-01-31 21:15:02 +0000
commita7ba2e65a2b908299f204a1d455c7f2c1c991a00 (patch)
tree101ef49977eadcbcd701b19783662d8aff34f23d /Master/texmf-dist/tex/latex/fontsetup/fsptalos.sty
parent1d444b81d53d885a68ef7096605fc3bf3dba5fe8 (diff)
fontsetup (31jan22)
git-svn-id: svn://tug.org/texlive/trunk@61826 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fontsetup/fsptalos.sty')
-rw-r--r--Master/texmf-dist/tex/latex/fontsetup/fsptalos.sty33
1 files changed, 33 insertions, 0 deletions
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