diff options
author | Karl Berry <karl@freefriends.org> | 2020-06-24 21:02:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-06-24 21:02:51 +0000 |
commit | e17ca6c6eed7d408a8bd8b0f8a479b4fe5a509ba (patch) | |
tree | 0b34103ec1f4ce8a1caae22f869ceff75dc6f696 /Master/texmf-dist/tex | |
parent | 6596627aaab230cc4a331dd121f46a831ee540c2 (diff) |
newcomputermodern (24jun20)
git-svn-id: svn://tug.org/texlive/trunk@55651 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/NewComputerModernBook.fontspec b/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernBook.fontspec new file mode 100644 index 00000000000..272649b1b40 --- /dev/null +++ b/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernBook.fontspec @@ -0,0 +1,8 @@ +\defaultfontfeatures[NewComputerModern Book] + { + Extension = .otf , + UprightFont = NewCM10-Book, + BoldFont = NewCM10-Bold, + ItalicFont = NewCM10-BookItalic, + BoldItalicFont = NewCM10-BoldItalic, + } diff --git a/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernMonoBook.fontspec b/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernMonoBook.fontspec new file mode 100644 index 00000000000..b3fdc49093b --- /dev/null +++ b/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernMonoBook.fontspec @@ -0,0 +1,8 @@ +\defaultfontfeatures[NewComputerModern Mono Book] + { + Extension = .otf , + UprightFont = NewCMMono10-Book, + BoldFont = NewCMMono10-Bold, + ItalicFont = NewCMMono10-BookItalic, + BoldItalicFont = NewCMMono10-BoldOblique, + } diff --git a/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernSansBook.fontspec b/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernSansBook.fontspec new file mode 100644 index 00000000000..b50b4d77e7c --- /dev/null +++ b/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernSansBook.fontspec @@ -0,0 +1,8 @@ +\defaultfontfeatures[NewComputerModern Sans Book] + { + Extension = .otf , + UprightFont = NewCMSans10-Book, + BoldFont = NewCMSans10-Bold, + ItalicFont = NewCMSans10-BookOblique, + BoldItalicFont = NewCMSans10-BoldOblique, + } |