font-bp

by NCEES

README.md

How to Update Fonts Archive

Move individual TTF files into fonts_source

tar -czvf fonts.tar.gz -C fonts_source .

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/NCEES/font-bp.git

For existing applications:

$ heroku buildpacks:set https://github.com/NCEES/font-bp.git -a YOUR_APP_NAME