Click to See Complete Forum and Search --> : font Question


kproc
08-30-2006, 03:30 PM
Easy question

I have seen this

.somthing {
font: 11px/24px Verdana, Arial, helvetica, sans-serif;


what is the second font size for 24px

Siddan
08-30-2006, 04:44 PM
I believe .. without searching for it,.. 11 is for the smallest size and 24 is for the maximum size. so the user may increse of decrease the font size from the browser that are within those limits

felgall
08-30-2006, 09:41 PM
it is actually the lineheight setting and nothing to do with font size.

11px font on a 24px lineheight will leave plenty of gap between lines.