Skip to content

Instantly share code, notes, and snippets.

@Cobus
Cobus / gist:9951817
Created April 3, 2014 09:59
WooIcons usage
<span class="wooicon">T</span> // The character you want to display. "T" is the Twitter bird icon.
.wooicon {
font-family: @wooicons; // Set the font-family using the LESS variable;
}
@Cobus
Cobus / gist:9951121
Created April 3, 2014 09:13
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/
}
<blockquote>
<p>First paragraph goes here.</p>
<p>Add as many paragprahs as you need.</p>
<span class="quote-author">Some guy</span>
</blockquote>