Skip to content

Instantly share code, notes, and snippets.

@superbiche
Created March 31, 2015 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save superbiche/4038ae3579920faa8474 to your computer and use it in GitHub Desktop.
Save superbiche/4038ae3579920faa8474 to your computer and use it in GitHub Desktop.
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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment