Relative Content

Tag Archive for docx4j

Docx4j convert HTML to docx does not apply font-family Times to div

I am trying to convert HTML to Docx but some how <div> with Times New Roman font set in CSS does not applied when converted to Docx, div with Segoe UI is ok though. (My Microsoft Word do have option to change text font to Times New Roman and I can convert html <p> tag to Times, just can’t do the same with <div>)