Sha256: 643c0e643f46f88cbda5deed748ff7d9522434ea079692f428baed4fdb7295a5

Contents?: true

Size: 513 Bytes

Versions: 9

Compression:

Stored size: 513 Bytes

Contents

[class^="icon-"],
[class*=" icon-"] {
  font-family: "<%= @name %>";
  font-style: normal;
  font-weight: normal;
}
.btn.dropdown-toggle [class^="icon-"],
.btn.dropdown-toggle [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

  line-height: 1.4em;
}
.icon-large {
  font-size: 1.3333em;
}

<% @classes.each_with_index do |name, index| %>
.icon-<%= name %> { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x<%= (61696+index).to_s(16) %>;&nbsp;');} <% end %>

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
fontrobot-0.1.7 lib/fontrobot/templates/fontrobot-ie7.css
fontrobot-0.1.6 lib/fontrobot/templates/fontrobot-ie7.css
fontrobot-0.1.5 lib/fontrobot/templates/fontrobot-ie7.css
fontrobot-0.1.4 lib/fontrobot/templates/fontrobot-ie7.css
fontrobot-0.1.3 lib/fontrobot/templates/fontrobot-ie7.css
fontrobot-0.1.2 lib/fontrobot/templates/fontrobot-ie7.css
fontrobot-0.1 lib/fontrobot/templates/fontrobot-ie7.css
fontcustom-0.1.4 lib/fontcustom/templates/fontcustom-ie7.css
fontcustom-0.1.3 lib/fontcustom/templates/fontcustom-ie7.css