jenskutilek / FiraSystemFontReplacement

Modified version of the Fira Sans fonts to replace the default system font on macOS
750 stars 23 forks source link

How to compile/generate TTF? #10

Closed chenpanliao closed 9 years ago

chenpanliao commented 9 years ago

Dear Mr Jens Kutilek,

A simple question: how to compile/generate TTFs if I have the original Fira Sans font and your patch? Is it possible to briefly describe this process in the README.md?

I honestly appreciate this project. This work solve my problem in a very quick and simple way. Now I feel much more comfortable after upgrading to Yosemite on a MAC with a non-retina screen.

[update] I guess I found the answer: http://sourceforge.net/projects/fonttools/

jenskutilek commented 9 years ago

Yes, the Python FontTools can be used to compile the provided XML files. https://github.com/behdad/fonttools is more up to date than the SourceForge version.