What does 14px/26px font size in css do?
Posted
by Castles
on Stack Overflow
See other posts from Stack Overflow
or by Castles
Published on 2010-06-04T00:28:07Z
Indexed on
2010/06/07
5:02 UTC
Read the original article
Hit count: 105
css
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.
© Stack Overflow or respective owner