<%= fontName %>
<% _.each(glyphs, function(glyph) { %>
<%= String.fromCodePoint(glyph.codepoint) %>
<%= glyph.name %>
<%= glyph.codepoint.toString(16).toUpperCase() %>
<% }); %>