From b6147539b13a1ce1ea8ab44d9cb632242fcc836a Mon Sep 17 00:00:00 2001 From: xavijam Date: Mon, 18 Jan 2016 17:51:38 +0100 Subject: [PATCH] Rendering icon fonts with a wrapper box --- icon-font/template.jst.ejs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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] %>

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