We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
The text was updated successfully, but these errors were encountered:
Or.. an easier question: Is there a Linux replacement for Arial that is already installed on Heroku's default environment?
Sorry, something went wrong.
Hi! I'm having the exact same issue! Have you found a fix for this already?
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: