diff options
author | Karl Berry <karl@freefriends.org> | 2020-06-01 21:03:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-06-01 21:03:29 +0000 |
commit | f7cdf7a0aea616a47018b55d3006f608fbeebfa5 (patch) | |
tree | 1786ad8beb53739d0710c135a55e4498c9d5bb9a /Master/texmf-dist/tex | |
parent | 3357e04f5004ab0e76e985d9c310ebba2c8747e0 (diff) |
newcomputermodern (1jun20)
git-svn-id: svn://tug.org/texlive/trunk@55374 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
3 files changed, 24 insertions, 0 deletions
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, + } |