spipu / html2pdf

OFFICIAL PROJECT | HTML to PDF converter written in PHP
http://html2pdf.fr/en/default
Open Software License 3.0
1.68k stars 749 forks source link

Custom font in <thead> #725

Open tg-aveo opened 2 years ago

tg-aveo commented 2 years ago

Hello,

I have an issue when adding a custom font to the pdf. For example i have added the font called dax to my pdf. And mostly it does work as intended inside the pdf. But It seems to break the pdf if i add this font-family to a thead or th element. It works fine inside the tbody or even a p element. It seems to be only on the thead element, even if i add a p inside the thead it will still not work.