techno-font
Version:
23 lines (16 loc) • 334 B
CSS
/*
Icon Font: <%= font_name %>
*/
<%= font_face %>
.tf {
}
<% scale = %w|12 14 16 18 21 24 36 48 60 72 96 128 256| %>
<% scale.each do |n| %>
.tf-<%= n %> { font-size: <%= n %>px; }
<% end %>
[data-icon]:before { content: attr(data-icon); }
[data-icon]:before,
<%= glyph_selectors %> {
<%= glyph_properties %>
}
<%= glyphs %>