Possible Duplicate:
What does this CSS shorthand font syntax mean?
I saw many people doing that:
body {
font: bold 12px/13px Arial, Helvetica, sans-serif;
}
What is this 12px/13px for?
12px is the font size and 13px the line height.
Example of declaring all font properties in a one liner here.
All this being said, I'll just add that this is a pretty unusual way of writing it and I wouldn't recommend it since it might confuse most developers.
The 12px is the height of the font in pixels. The 13px is the height of the line in pixels.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With