You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heroku / Rails and the PDFKit backend aren't picking up the fonts that the system would like. This means that the more beautiful Helvetica Neue and the equivalent free fonts (Pragmatica Extra Light for thin, Free Sans for otherwise) don't show up on the server generated pdfs.
Attempts to solve this include:
Using web fonts with an absolute path
Using a .fonts directory in the app top level
Things that haven't been attempted:
base64 encoding the fonts inline in the scss
external assets
font buildpacks
The text was updated successfully, but these errors were encountered:
Heroku / Rails and the PDFKit backend aren't picking up the fonts that the system would like. This means that the more beautiful Helvetica Neue and the equivalent free fonts (Pragmatica Extra Light for thin, Free Sans for otherwise) don't show up on the server generated pdfs.
Attempts to solve this include:
Things that haven't been attempted:
The text was updated successfully, but these errors were encountered: