Quote:
Originally Posted by DNSB
You used to be able to specify absolute font sizes using pixels (px) or points (pt) to specify them. CSS3 redefined those two to proportional as well so when you zoomed a page in your browser, they changed proportionately. Though I have to wonder why you started at 1px -- it's a bit hard to display text when you have 1 pixel to draw the entire character.
|
I started at 1px because I was just curious to see how it looked. I was wondering how small I could get before I could actually read the text (though probably not all that comfortably).
The thing is, I cannot get any absolute font size to work. px, em, pt all fail to show a different font size. Kobo has gone too far in overriding the font size.
I see a lot of code that uses a p with a style like <p class="chapter"> and in .chapter is a font size of say 1.5em which might not display as 1.5em and thus, the chapter titles will look and be off.