View Single Post
Old 05-13-2011, 06:59 AM   #26
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,560
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by cybmole View Post
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)
Jellby is offline   Reply With Quote