Quote:
Originally Posted by JSWolf
Well, that sucks. There needs to be a way to specify font sizes other then relative to the current font size.
|
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.