af / heroku-buildpack-system-fonts

Heroku buildpack for system fonts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

heroku-buildpack-system-fonts

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

Install

# Add the buildpack
heroku buildpacks:add --index 2 https://github.com/hopkinschris/heroku-buildpack-system-fonts.git

#Deploy
git push heroku master

Building

tar -czvf fonts.tar.gz ./fonts/
Fonts
✓ Arial

About

Heroku buildpack for system fonts.


Languages

Language:Shell 100.0%