Quote:
Originally Posted by cybmole
its handy to know that sony default size (S) is that same as font-size 1em
|
Hmm... "font-size: 1em" actually means "scale the font such that 1em is as long as 1em of the current font", or, in other words, do nothing. It's the same as "font-size: 100%".
If you set a relative font size like "font-size: 1.5em" or "font-size: 150%", it will grow or sink as you change the font size in your reader. If you set an absolute font size like "font-size: 12pt", it will stay fixed (unless the reader has some way of overriding this)