Open germanger opened 3 years ago
When using Arial in my source html, ie:
<style> html { font-family: Arial } </style>
I get a bold font when converted to PDF:
I tried adding an extra buildpack that includes Arial:
But it throws an alert that this will take effect in the next deploy. The question is: how can I force a rebuild or redeployment if I used the Heroku Button for deploying url-to-pdf-api ?
Or.. an easier question: Is there a Linux replacement for Arial that is already installed on Heroku's default environment?
Hi! I'm having the exact same issue! Have you found a fix for this already?
When using Arial in my source html, ie:
I get a bold font when converted to PDF:
I tried adding an extra buildpack that includes Arial:
But it throws an alert that this will take effect in the next deploy.
The question is: how can I force a rebuild or redeployment if I used the Heroku Button for deploying url-to-pdf-api ?