I'm soon tearing my hair off but I'm really struggling with how docx4j interprets CSS when converting xhtml to a docx-file.
I've tried googling and I keep getting back to reading the sourcecode for the entire project in order to figure ut out.
For example I found out that font-sizes are only interpreted when in pt and not in px, em or any of the other sizes. And that by reading this link
Also, if anyone could be so kind as to help me with font-face which just doesn't seem to work.
Is there anyone out here that can explain how or has any documentation as to how it works?