I'm working with a Wordpress theme and the CSS is listing font size as two sizes, like this...
Code:
.nav-entries a, .post-entries a { font: 14px/16px Arial, Helvetica, sans-serif; color:#6ca0a8; font-weight: bold; text-decoration:none;}
Never come across this before. Can someone explain to me the reason?
Thanks