This project is a demonstration of how hellbox builds font files.
To try this project:
- Clone this repository
- Install the
hell
CLI - Install
pipenv
- Run
hell install
to get the python dependencies - Run
hell run
to build the font files
A number of external dependencies are currently required. To get the with Homebrew, run the following commands:
brew tap bramstein/webfonttools
brew install sfnt2woff-zopfli
brew install woff2
brew install ttfautohint
Eventually these should be bundled with their respective chutes to the extent possible.