This project is a demonstration of how hellbox builds font files.
To try this project:
- Clone this repository
- Install the
hellCLI - Install
pipenv - Run
hell installto get the python dependencies - Run
hell runto 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 ttfautohintEventually these should be bundled with their respective chutes to the extent possible.