Skip to content

Instantly share code, notes, and snippets.

@modcab
Created June 7, 2016 13:21
Show Gist options
  • Save modcab/bc8e5373e0c61da759464e25e4065bbb to your computer and use it in GitHub Desktop.
Save modcab/bc8e5373e0c61da759464e25e4065bbb to your computer and use it in GitHub Desktop.
Add FontAwesome content to CSS class
a:before {
font-family: FontAwesome;
content: "\f095";
display: inline-block;
padding-right: 3px;
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment