Quote:
Originally Posted by JSWolf
Given the state of the patches on the current firmware, the idea was to use the extra CSS to just add CSS to KePub to make the font sizes the same or similar to ePub.
|
My suggestion above should work for that scenario.
I just tried the following in the kobo_extra.css file on my Clara 2E running fw4.38.23429 without patch
Unify font sizes.
Code:
/* This will be ignored by epubs */
div#book-columns > div#book-inner {
font-size: 1.85em;
}
It works OK for me. You may need to fine-tune the 1.85em value to suit yourself.
ETA: Of course if patch
Unify font sizes resurrects itself in the next firmware then you'd need to resend all your kepubs to remove the font-size hack.