How can I get embedded fonts to be used for italics only when converting from various source documents ((x)html based)? I am converting to LRF.
Currently, in CSS override I have
Code:
i {font-family: Fontin;}
.italic {font-family: Fontin;}
This works great when the source document uses <span class=italic> for italics, but falls apart dismally if the source doc uses <i></i>. In fact, I completely loose italics in the converted file.
Is there a way to get calibre to change <i></i> to <span class=italic></span>? Or is there another way to get the same result (without having to change my source files!!)?
Cheers