FontCustom/fontcustom

View on GitHub
lib/fontcustom/templates/fontcustom.css

Summary

Maintainability
Test Coverage
/*
  Icon Font: <%= font_name %>
*/

<%= font_face %>

[data-icon]<%= pseudo_element %> { content: attr(data-icon); }

[data-icon]<%= pseudo_element %>,
<%= glyph_selectors %> {
<%= glyph_properties %>
}

<%= glyphs %>