Hi
Why do many css declarations provide two font sizes for the same element.
I am talking about declarations like:
h1
{
font: normal 16px/22px "Helvetica Neue", Helvetica,Arial,Geneva,sans-serif;
}
the above example quotes font size of both 16px and 22px. What does that mean ?
thanks
Why specify 2 font-sizes ?
Moderator: General Moderators
Re: Why specify 2 font-sizes ?
Font size 16px, line height 22px.
Re: Why specify 2 font-sizes ?
thnks ..that was easy 