by waggl
GitHub Readme.md
This buildpack makes it easy to install system fonts on Heroku stacks.
# Add the buildpack
heroku buildpacks:add https://github.com/waggl/heroku-buildpack-system-fonts.git
#Deploy
git push heroku master
tar -czvf fonts.tar.gz ./fonts/
Chinese, Korean, and Japanese (https://github.com/CoffeeAndCode/puppeteer-heroku-buildpack/tree/master/fonts)
Thai (Google Fonts)
Kannada (Google Fonts)
Copy the snippet above into CLI.