Sha256: 9e8767fe293c0129a82b8ca8de5da138b16c89c4ff6b294beecb45102282558f

Contents?: true

Size: 648 Bytes

Versions: 1

Compression:

Stored size: 648 Bytes

Contents

[class^="<%= @opts[:css_prefix] %>"],
[class*=" <%= @opts[:css_prefix] %>"] {
  font-family: "<%= @opts[:font_name] %>";
  font-style: normal;
  font-weight: normal;
}

.btn.dropdown-toggle [class^="<%= @opts[:css_prefix] %>"],
.btn.dropdown-toggle [class*=" <%= @opts[:css_prefix] %>"] {
  /* keeps button heights with and without icons the same */
  line-height: 1.4em;
}

.<%= @opts[:css_prefix] %>large {
  font-size: 1.3333em;
}
<% @data[:glyphs].each_with_index do |name, index| %>
.<%= @opts[:css_prefix] + name %> { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x<%= (61696+index).to_s(16) %>;&nbsp;'); }<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fontcustom-1.0.0.pre lib/fontcustom/templates/fontcustom-ie7.css