Quote:
Originally Posted by Nabodita
Another question: When I view the epub in Aldiko or ADE I am unable to change the font size. Is this because I have declared the font size in px in my stylesheet? (I was reading somewhere on this forum that if you declare the font size in absolute terms, it will not resize...) Or am I back to font rendering issues?
|
Don’t think I’ve tried setting a size, but that’s probably the cause. If you’re worried about the default being too small or big you could also experiment with
font-size: smaller or
font-size: larger in your stylesheet.
I’ve recently come across a book where the text was all set
font-size: small. For most reader devices this isn’t too much of an issue since you have a wide range of font sizes to choose from.
In general it’s probably best to avoid explicit font sizes though as readers
will change them.