<%= fontBaseName %>

Yet another cc-icons font.

Download Fork

Icons

<% for (var glyphIdx = 0; glyphIdx < glyphs.length; glyphIdx++) { var glyph = glyphs[glyphIdx] %>
<%= classPrefix %><%= glyph %>
<% } %>
<% if (addLigatures) { %> <% } %>

Usage

<i class="<%= baseClass ? baseClass + ' ' : '' %><%= classPrefix %>name"></i>
<% if (addLigatures) { %>
<i class="ligature-icons">name</i>
<% } %>

Installation

bower (bower.io)

$ bower install cc-icons

component

$ component install openwebicons/cc-icons

npm (npmjs.org)

$ npm install cc-icons

composer (packagist.org)

$ require openwebicons/cc-icons