Skip to content

Instantly share code, notes, and snippets.

@JiveDig
Last active December 17, 2015 10:19
Show Gist options
  • Save JiveDig/5594013 to your computer and use it in GitHub Desktop.
Save JiveDig/5594013 to your computer and use it in GitHub Desktop.
/* 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