JiveDig
5/16/2013 - 6:41 PM

font_awesome_with_css.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;
}