Closed
Description
Hi guys,
I am trying to produce a PDF, but my HTML has <style> with the :lang CSS selector.
https://www.w3schools.com/cssref/sel_lang.asp
And I have the html attribute like
https://www.w3schools.com/tags/att_global_lang.asp
However, the produced PDF is ignoring styles in body:lang(de) {}
Is there someway I can make this work? Thanks!