Avi-D-coder's fork of zwaldowski's fork of Mozilla Fira Mono v3.111 but with hinted TrueType fonts.
I've bumped the version number to 3.112
Non-linux users, please be aware that this repository is case-sensitive.
pip3 install fontmake
pip install ttfautohint-py
(optionally) brew install fd
# build otf
fd --extension=ufo -x fontmake -u {} -o otf --output-dir distr/otf
# built ttf
fd --extension=ufo -x fontmake -u {} -o ttf -a --output-dir distr/ttf
I could not figure out how to set isFixedPitch flag. I did it manually using ttx tool from fontForge project. Please see this issue.