Computer Modern Classic is an attempt to create a Computer Modern font that
- is built from Donald Knuth's METAPOST fonts in a reproducible way
- would pass the checks for being included in the Google Fonts.
One consequence of the first requirement is that the font will have, at least for now, far less characters than other Computer Modern fonts.
I'm currently working for Google but this is an independent project.
Fonts are built automatically by GitHub Actions - take a look in the "Actions" tab for the latest build.
If you want to build fonts manually on your own computer:
make build
will produce font files.make test
will run FontBakery's quality assurance tests.make proof
will generate HTML proof files.
The proof files and QA tests are also available automatically via GitHub Actions - look at https://razvanm.github.io/computer-modern-classic.
3 July 2023. Version 1.001
- Initial release with only two styles: Regular (140 characters) and Italic (129 characters).
This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at https://scripts.sil.org/OFL
This font repository structure is inspired by Unified Font Repository v0.3, modified for the Google Fonts workflow.