superbiche
3/31/2015 - 1:11 PM

How to use the CSS font shorthand property From http://www.impressivewebs.com/a-primer-on-the-css-font-shorthand-property/

body {
	font: font-style font-variant font-weight font-size/line-height font-family;
}