Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 3.06 KB

README.md

File metadata and controls

66 lines (44 loc) · 3.06 KB

Computer Modern Classic

Computer Modern Classic is an attempt to create a Computer Modern font that

  1. is built from Donald Knuth's METAPOST fonts in a reproducible way
  2. 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.

Computer Modern Classic Regular

Computer Modern Classic Italic

Computer Modern Classic Regular - all characters

Computer Modern Classic Italic - all characters

About

I'm currently working for Google but this is an independent project.

Building

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.

Changelog

3 July 2023. Version 1.001

  • Initial release with only two styles: Regular (140 characters) and Italic (129 characters).

License

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

Repository Layout

This font repository structure is inspired by Unified Font Repository v0.3, modified for the Google Fonts workflow.