Skip to content

Instantly share code, notes, and snippets.

@trumball
Created May 24, 2013 20:47
Show Gist options
  • Save trumball/5646407 to your computer and use it in GitHub Desktop.
Save trumball/5646407 to your computer and use it in GitHub Desktop.
Condensed CSS Font Properties The main reason web developers don’t always use this condensed font property is because not every setting is needed. But having an understanding of this shorthand may save you a lot of time and space in your stylesheets. Keep this snippet handy just in case you ever want to shorten the formatting of your font styles.
p {
font: italic small-caps bold 1.2em/1.0em Arial, Tahoma, Helvetica;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment