alvarcarto / url-to-pdf-api

Web page PDF/PNG rendering done right. Self-hosted service for rendering receipts, invoices, or any content.
MIT License
7.03k stars 779 forks source link

Font weight ignored #85

Closed pavle-lekic-htec closed 5 years ago

pavle-lekic-htec commented 6 years ago

I have an issue, whatever font-weight property I set it's being ignored. When I open html in Chrome it looks fine, but when I generate pdf from it everything has 'regular' font weight. Has anyone experienced this issue? Is there a workaround?

egeersoz commented 5 years ago

I have the same issue.

kimmobrunfeldt commented 5 years ago

I would redirect this issue to https://github.com/GoogleChrome/puppeteer. It belongs there more than it does here as that level of rendering issues are most probably happening lower level than what we can control here.