// // Icon Font: <%= font_name %> // <%= font_face(:preprocessor) %> [data-icon]:before { content: attr(data-icon); } [data-icon]:before, <%= glyph_selectors %> { display: inline-block; font-family: "<%= font_name %>"; font-style: normal; font-weight: normal; font-variant: normal; line-height: 1; text-decoration: inherit; text-transform: none; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; } <%= glyphs %>