diff --git a/icon-font/template.jst.ejs b/icon-font/template.jst.ejs index 2f5cc75..6357630 100644 --- a/icon-font/template.jst.ejs +++ b/icon-font/template.jst.ejs @@ -1,3 +1,6 @@ +// Icon font elements +// ---------------------------------------------- + @font-face { font-family: 'CartoIcon'; src: url('fonts/cartoIcon.eot'); @@ -19,7 +22,7 @@ line-height: 1; } -/* SG +/* SG # Icon font ``` <% _.each(glyphs, function(glyph) { %> @@ -34,4 +37,3 @@ content: '\<%= glyph.codePoint %>'; } <% }); %> -