/*
  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 %>
