[] }; // for custom icons we always have to store ALL // glyphs + their state if (font.fontname === 'custom_icons') { _.each(font.glyphs(), function (glyph) { font_data.glyphs.push({ css: glyph.name(), code: glyph.code(), uid: glyph.uid, search: glyph.search || [],...
.icon-minus-sign:before { content: "\f056"; } I'm not sure how those numbers were removed but it's working fine now. THANKS!!! 3 months later... maximusimo Members PostedAugust 12, 2015 planbjz it seems like you had the same problem I currently have. How did you resolve this?