Skip to content

Instantly share code, notes, and snippets.

@Cobus
Created April 3, 2014 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Cobus/9951121 to your computer and use it in GitHub Desktop.
Save Cobus/9951121 to your computer and use it in GitHub Desktop.
FontAwesome Usage
<a class="icon" href="#" title="#">Something</a>
a.icon:before {
.iconbefore_FA; // This will insert all the necessary default properties from the LESS mixin
content: "\f0a1"; // Set icon value. Find the value by inspecting elements on this page: http://fortawesome.github.io/Font-Awesome/icons/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment