I am unable to convert my html to visually accurate pdfs. Browsers are able to render it correctly but prince is unable to. My hypothesis is that the fonts are not loaded properly for the html (generated by PDF2htmlex library) that refer to woff files via font faces. Prince seems to default to system fonts resulting in documents that have slightly bigger fonts, get cut off towards the right end and have overlapping text.
Logs
Converting document...
used font: Times New Roman, Regular
loading font: /*/f1.woff
used font: DejaVu Sans, Book
loading font: /*/f6.woff
When I disable system fonts and try to force it to use only fonts via font faces I get the following error - warning: Ensure fonts are available on the system or load them via a @font-face rule.
Logs
Converting document...
used font: Times New Roman, Regular
loading font: /*/f1.woff
used font: DejaVu Sans, Book
loading font: /*/f6.woff
When I disable system fonts and try to force it to use only fonts via font faces I get the following error - warning: Ensure fonts are available on the system or load them via a @font-face rule.

