Quote:
Originally Posted by rs37982
Unfortunately, this seems to have uncovered a new issue for a small number of epubs where the publisher default font is overriding the selected Kobo device font for the main body text.
|
Many epubs contain one or more CSS rules which contain
Code:
font-family: serif;
Unfortunately this is not a "do nothing" style on a Kobo which interprets it as meaning "use the Kobo default serif font" rather than "use your selected font-of-choice" which may, or may not, be a serif font.
As @Sirtel says you need to do a manual CSS edit. Just delete all occurrences of this unhelpful CSS style.