From 1780e1d5506e2ee78883893ecd31d31cde86896b Mon Sep 17 00:00:00 2001 From: xavijam Date: Mon, 18 Jan 2016 16:43:02 +0100 Subject: [PATCH] Added icon-font header --- icon-font/template.jst.ejs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 %>'; } <% }); %> -