Skip to content

Instantly share code, notes, and snippets.

@belcherj
Forked from Cobus/gist:9951121
Created February 22, 2018 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save belcherj/b2321fc330dc91d6901ee2beb660e5ec to your computer and use it in GitHub Desktop.
Save belcherj/b2321fc330dc91d6901ee2beb660e5ec 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