2010/1/5 B3 <[email protected]>: > I'm trying to figure out what line height to use on text using 0.9em > as the font size so everything lines up with the baselines.. does any1 > know? >
First of all, your font-size (when using blueprint) should be 0.917em (11px) not 0.9em (a bit less then 11px) Try this for 11px font-size: font-size: 0.917em; line-height: 1.727em; margin-bottom: 1.727em; This tool can help you find correct em's you want to use as font-size. http://pxtoem.com/ This is a cool tool to test typefaces and their attributes. http://www.typetester.org/ OT: I also noticed that blueprint uses .8em font size in .small class, wouldn't it be better to use .833em which is 10px with bluepirints defult font-size of 75%? Davor -- You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en.
