by kacty
GitHub Readme.md
This buildpack makes it easy to install Kactus fonts on Heroku stacks.
# Add the buildpack
heroku buildpacks:add https://github.com/kacty/fonts-buildpack.git -a <app-name>
# Deploy
git push prod
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!
Copy the snippet above into CLI.