diff --git a/icon-font/template.jst.ejs b/icon-font/template.jst.ejs index 6357630..c827442 100644 --- a/icon-font/template.jst.ejs +++ b/icon-font/template.jst.ejs @@ -24,10 +24,14 @@ /* SG # Icon font +All available icons in CartoDB. + ``` <% _.each(glyphs, function(glyph) { %> -

<%= glyph.fileName.split("_")[2] %>

-"> +
+ Size-large"> +

<%= glyph.fileName.split("_")[2] %>

+
<% }); %> ``` */