MathFonts icon indicating copy to clipboard operation
MathFonts copied to clipboard

MacOS compatibility, boilerplate reduction and license files standardization

Open pde-rent opened this issue 6 months ago • 0 comments

Hi @fred-wang ! Great work here, thank you so much for your work. It is very unfortunate that these fonts are not distributed in optimized web format (eg. woff2) out of the box.

After facing issues, I set out to update the repo to suit my needs:

  • MacOS Ventura/Sequoia compatibility (makefile, curl etc)
  • Deterministic license file naming (eg. origin archives COPYING.txt/LICENSE/LICENCE/OFL.txt -> standard LICENSE file)
  • Lighter scripting and structure (no autoconf, more generic font fetching and output folder standardization)
  • Stricter setup (pyproject for python dependencies)

Since most of the above are breaking changes, I forked and did not open a PRs, but please check-out my fork, let me know if you want some parts merged here.

https://github.com/pde-rent/MathFonts

Cheers Paul

pde-rent avatar Jun 17 '25 05:06 pde-rent