What is the proper syntax for putting all css font properties into one value.
body {font: 12px, arial, red}
Something like that but with all th
font: [ [ <'font-style'> || <'font-variant'> || <'font-weight'> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'> ] | caption | icon | menu | message-box | small-caption | status-bar | inherit
Source: http://www.w3.org/TR/CSS2/fonts.html#font-shorthand