// // Icon Font: <%= font_name %> // <%= font_face(:preprocessor) %> [data-icon]:before { content: attr(data-icon); } [data-icon]:before, <%= glyph_selectors %> { <%= glyph_properties %> } <%= glyphs %> <% @glyphs.each do |name, value| %> $font-<%= font_name.gsub(/[^\w\d_]/, '-') %>-<%= name.to_s %>: "\<%= value[:codepoint].to_s(16) %>";<% end %>