Our empty checkboxes are showing as "?"
Our HTML looks like this: <span style=\"font-size: 16pt;\">☐</span>
When working locally Prince generates the PDF with the empty checkboxes just fine.
But on our production server we get the following error:
Both on production and locally we are using the Arial font.
What am I missing here?? Why is it working locally but not on production?? Is it possibly an outdated Arial Font that's being used on our ubuntu box?
Our HTML looks like this: <span style=\"font-size: 16pt;\">☐</span>
When working locally Prince generates the PDF with the empty checkboxes just fine.
But on our production server we get the following error:
warning: no font for Miscellaneous Symbols character U+2610, fallback to '?'
Both on production and locally we are using the Arial font.
What am I missing here?? Why is it working locally but not on production?? Is it possibly an outdated Arial Font that's being used on our ubuntu box?