Quote:
Originally Posted by HarryT
1em is the line spacing, isn't it? One might, therefore, expect the actual text to be a little smaller so there's a small gap between lines.
|
Depends whether your CSS is specifying font size or line height. My preference is 1em font size and 1.2 line height. YMMV.
Code:
font-size : 1em;
line-height : 1.2;