Skip to content

Instantly share code, notes, and snippets.

@tcomaj
Created May 24, 2012 14:22
Show Gist options
  • Save tcomaj/2781856 to your computer and use it in GitHub Desktop.
Save tcomaj/2781856 to your computer and use it in GitHub Desktop.
CSS: Font Shorthand
body {
font: font-style font-variant font-weight font-size/line-height font-family;
}
body {
font: italic small-caps normal 13px/150% Arial, Helvetica, sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment