Skip to content

Instantly share code, notes, and snippets.

@roachhd
Created December 21, 2014 07:34
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 roachhd/b658986b19bd774988ca to your computer and use it in GitHub Desktop.
Save roachhd/b658986b19bd774988ca to your computer and use it in GitHub Desktop.
font awesome with a dash of css
/* Copy the icon you want from here: http://fortawesome.github.io/Font-Awesome/cheatsheet/ */
.someclass:before {
font-family: FontAwesome;
font-size: 28px;
content: "\f058";
margin-right: 6px;
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment