I had some problems with this code
p {font-size:110%}
div {font-size:110%}
- some books would ignore this code, so i switched to
p {font-size:24px}
div {font-size:24px}
Which works with all books.The interesting this about doing it this way, is it sets the
absolute font size (excluding headings), irrespective of what it says in the epub. This saves me reconverting a lot of epubs
It even stays the same when the book is zoomed (S, M, L) on the reader, which is weird.