views:

19

answers:

2

So I've done a bit of googling around and can't seem to find a clear answer.

Does the line-height property vary between browsers at all or is it just standard and font-size is all that we need to worry about?

A: 

It's a standard across all browsers based on the font-size. http://www.w3schools.com/css/pr_dim_line-height.asp

Steven
A: 

To be safe you can use a css reset file ( http://meyerweb.com/eric/tools/css/reset/ ) at the start of all your pages. This resets a lot of the browser inconsistencies.

dannybolabo