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