1

Hey,

I tried using the css font-family property lik this:

font-family:"arial";

But that doesn't work, only this works:

font-family: arial;


Therefore i suggest to add the following the function public function fontSet() in parsingCss.class.php:

$family = str_replace(array('"', "'"), "", $family);

(on line 308)

Regards,

Jeppe

2

Hi, I included your patch in my html2pdf fork:
https://github.com/danieleds/html2pdf_fork