/fonts-buildpack

Heroku Font buildpack

Primary LanguageShell

fonts-buildpack

This buildpack makes it easy to install Kactus fonts on Heroku stacks.

Install

# Add the buildpack
heroku buildpacks:add https://github.com/kacty/fonts-buildpack.git -a <app-name>

# Deploy
git push prod

Building

Add fonts in the fonts directory and run:

cd fonts && tar -czvf fonts.tar.gz * && cd .. && mv fonts/fonts.tar.gz .

Commit, push, redeploy. That's it!