Open ytreza9 opened 2 years ago
I had something similar with ē and sorta solved this by adding the following to my stylesheet:
* { font-family:freeserif; }
Not ideal, so I might look further into the problem, but maybe a temporary solution for you too?
Hey,
I'm trying to integrate in my pdf creation some special characters, such as arrows, check marks, etc.. When I use any kind of encoding format : CSS, js, hexa, deca, ASCII or HMTL, I only get the code back, not the arrow. For instance : → gives me an arrow in html, but in the pdf, I get back "→"...
Is there any way to use them ?
Thank you