Quote:
Originally Posted by JSWolf
Can you bug someone at Kobo to fix the embedded font bug? The bug is that if you put the font-family in the body of the CSS, the embedded font does not display. This is a bug and many ePub that embeds a font family puts the font-family in the body to activate it. This is a serious bug that needs fix.
|
This is not a bug, but a feature.
Overwriting the default body attributes is the trick that allows Kobo to use User selectable fonts. (You'll note that you can't do that on the Sony devices.) You can work around it very easily by putting the font-family attribute in the class you assign for the body, rather than right in the body attribute.
(By the way, Calibre does this for you if you do a a conversion of the sample you provided.)