Quote:
Originally Posted by jackie_w
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.