Skip to content

Instantly share code, notes, and snippets.

@guiliredu
Created May 16, 2016 19:31
Show Gist options
  • Save guiliredu/2e321d30000567c4f623e9d18fd6b212 to your computer and use it in GitHub Desktop.
Save guiliredu/2e321d30000567c4f623e9d18fd6b212 to your computer and use it in GitHub Desktop.
Use a font awesome icon as a :after or :before
element:before {
font-family: FontAwesome;
content: "\f095"; /* code of the icon */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment