Hi
Thanks for your request. I managed to reproduce the problem and created new issue #7459 in our defect database.
This could be fixed on your side by using the following HTML:
Hello!
Thank you for your patience. I have some news regarding #7459. This behavior is correct regarding HTML 4.01 specification: http://www.w3.org/TR/REC-html40/present/graphics.html#edef-FONT
‘size’ attribute value can be an integer with or without a sign. But it cannot have a unit identifier like “pt”, “in”, “px” etc. ‘size’ attribute uses its own measurement unit. If you need to set font size to 12pt then it’s better to specify the following ‘style’ attribute:
Hello!
I’m sorry for my colleague. Adding “pt” to size value in the font element is not valid. In this case attribute parser just ignores the attribute. Since in most cases 12pt is the default size, you can certainly get it accidentially.
Regards,