<%= fontFamilyName %> <% if (version) { %><% } %>

<% for (var glyphIdx = 0; glyphIdx < glyphs.length; glyphIdx++) { var glyph = glyphs[glyphIdx] %> <% var charcode = '&#x' + codepoints[glyphIdx] %> <% _.mixin({ pretify: function(string) { string = string.replace(/_id$/, '').replace(/_/g, ' ').replace(/-/g, ' '); return string.charAt(0).toUpperCase() + string.substring(1).toLowerCase(); } }); %> <% var glyphPretty = _(glyph).pretify(); %>
<%= glyphPretty %>

Class
<i class="icon <%= baseClass %> <%= classPrefix %><%= _(glyph) %>"></i>

HTML with hex
<i class="icon <%= baseClass %>" data-icon="<%- charcode %>;"></i>

Letter <%= charcode %>
<% } %>