View Single Post
Old 10-04-2025, 12:40 PM   #4
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,272
Karma: 16544702
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by JSWolf View Post
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.

Last edited by jackie_w; 10-04-2025 at 12:44 PM. Reason: ETA
jackie_w is offline   Reply With Quote