I got an error message saying "prince: internal error: no available fonts".
After some debugging, I found that this error occurs only when my stylesheet includes an element with:
or
(or other families instead of Arial).
I have no idea why it happens. I just know that when I remove the "sans-serif" I don't get the error, and when I return it, the error comes back.
After some debugging, I found that this error occurs only when my stylesheet includes an element with:
font-family: sans-serif
or
font-family: Arial, sans-serif
(or other families instead of Arial).
I have no idea why it happens. I just know that when I remove the "sans-serif" I don't get the error, and when I return it, the error comes back.