<% @glyphs.each do |name, value|
selector = @options[:css_selector].sub('{{glyph}}', name.to_s) %>
<% end %>
fontcustom-2.0.0/lib/fontcustom/templates/fontcustom.css 0000664 0000000 0000000 00000000333 13120322445 0023565 0 ustar 00root root 0000000 0000000 /*
Icon Font: <%= font_name %>
*/
<%= font_face %>
[data-icon]<%= pseudo_element %> { content: attr(data-icon); }
[data-icon]<%= pseudo_element %>,
<%= glyph_selectors %> {
<%= glyph_properties %>
}
<%= glyphs %>
fontcustom-2.0.0/lib/fontcustom/templates/fontcustom.yml 0000664 0000000 0000000 00000006071 13120322445 0023603 0 ustar 00root root 0000000 0000000 # =============================================================================
# Font Custom Configuration
# This file should live in the directory where you run `fontcustom compile`.
# For more info, visit