View Single Post
Old 06-18-2020, 07:15 PM   #68
mirage
Zealot
mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.
 
Posts: 141
Karma: 2382428
Join Date: Feb 2013
Location: California
Device: OnePlus 6 phone, Kobo Clara HD, Libra H2O
Quote:
Originally Posted by jackie_w View Post
Yes. Both the epub (Adobe) and kepub (Access) rendering engines use override CSS statements built into the firmware for when you use the [Aa] sliders, but they're not the same.

The kepub one is more aggressive in general than the epub one.
Specifically for line-height:
epub: body {line-height: %1 !important;}
kepub: body, p { line-height: %1 !important; }
There are also epub/kepub differences for overriding font-family and text-align (more info available if you want it).

If these differences are going to cause you a problem (and you want to go down this track) there are various kobopatches available to tweak the overrides to your preferences.
Thanks! At your suggestion about this, I just looked through the patch yaml files and see what would need to be done.
mirage is offline   Reply With Quote