Quote:
Originally Posted by dmiller
Has anyone else had trouble with the font selection option disappearing on Calibre-produced epub files? I'm not sure whether this is a problem with Morkl's modified reader or an issue with Calibre. Is there a Calibre setting re: over-riding fonts in epub files?
|
I'm not sure what you mean by 'disappearing' but if it's just that changing font has no effect, the most likely problem is that your particular epub's css file contains a specific named font-family (e.g.
font-family:"Times New Roman") rather than the more generic
font-family:serif or
font-family:sans-serif. This is a common problem if the original source was an MSWord file.
To correct it you can either open up the epub and edit the css manually (using Calibre's Tweak epub option or Sigil), or do an epub-to-epub conversion with the
Fonts box checked on the
Convert - Look&Feel - Filter Style Info tab. Personally, I prefer the former but if you're not comfortable editing epubs then the latter should do the trick.