IIRC the calibre DOCX Input plugin does not support complex script fonts in DOCX files. Your best bet is to export as HTML from word and try to convert that. Or alternatively, in the Look & Feel->styling section of the conversion dialog use something like:
body, p, span { font-family: "Simplified Arabic" !important }
to specify the font manually.
|