Quote:
Originally Posted by holdit
How do I add css properties to the file so the epub displays inTimes New Roman font?
|
Bearing in mind pdurrant's reply, if you do still want to do this:
On the
Look & Feel tab of conversion, in
Extra CSS, use: body { font-family:"Times New Roman" }
(This should work without any embedding since Times New Roman is such a standard font.)