From f7cdf7a0aea616a47018b55d3006f608fbeebfa5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 1 Jun 2020 21:03:29 +0000 Subject: newcomputermodern (1jun20) git-svn-id: svn://tug.org/texlive/trunk@55374 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/newcomputermodern/NewComputerModern.fontspec | 8 ++++++++ .../tex/latex/newcomputermodern/NewComputerModernMono.fontspec | 8 ++++++++ .../tex/latex/newcomputermodern/NewComputerModernSans.fontspec | 8 ++++++++ 3 files changed, 24 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModern.fontspec create mode 100644 Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernMono.fontspec create mode 100644 Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernSans.fontspec (limited to 'Master/texmf-dist/tex/latex/newcomputermodern') diff --git a/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModern.fontspec b/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModern.fontspec new file mode 100644 index 00000000000..6473cac3117 --- /dev/null +++ b/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModern.fontspec @@ -0,0 +1,8 @@ +\defaultfontfeatures[NewComputerModern] + { + Extension = .otf , + UprightFont = NewCM10-Regular, + BoldFont = NewCM10-Bold, + ItalicFont = NewCM10-Italic, + BoldItalicFont = NewCM10-BoldItalic, + } diff --git a/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernMono.fontspec b/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernMono.fontspec new file mode 100644 index 00000000000..c4bb5441c4a --- /dev/null +++ b/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernMono.fontspec @@ -0,0 +1,8 @@ +\defaultfontfeatures[NewComputerModern Mono] + { + Extension = .otf , + UprightFont = NewCMMono10-Regular, + BoldFont = NewCMMono10-Bold, + ItalicFont = NewCMMono10-Italic, + BoldItalicFont = NewCMMono10-BoldOblique, + } diff --git a/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernSans.fontspec b/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernSans.fontspec new file mode 100644 index 00000000000..97bba381dc6 --- /dev/null +++ b/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernSans.fontspec @@ -0,0 +1,8 @@ +\defaultfontfeatures[NewComputerModern Sans] + { + Extension = .otf , + UprightFont = NewCMSans10-Regular, + BoldFont = NewCMSans10-Bold, + ItalicFont = NewCMSans10-Oblique, + BoldItalicFont = NewCMSans10-BoldOblique, + } -- cgit v1.2.3