I'm seeing the following CSS declaration in a stylesheet:
font: 12px/18px ...
What does the 12px/18px part mean exactly?
|
The syntax is based on typographical notation for specifying the respective sizes, and is only applicable to the
As always, if you set the line height to a relative value (e.g. percentage or ems), it's calculated relative to the font size. W3C CSS2.1 |
||||
|
|
(0 < 5 < 3)one? :D – BoltClock♦ Nov 9 '10 at 4:49