I’ve been inspecting someone elses CSS and I noticed they are doing something I haven’t seen before…
body {font:14px/26px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif}
What does the 14px/26px do? I’ve tried to google it but nothing seems to come up.
According to the CSS 2.1 Specifications for the
fontshorthand property:The first value is the
font-sizevalue, and the second value is theline-heightvalue.So
font: 14px/26px ...means: