Sha256: fb35fda1d17d8158245f71cb564287851bc1268ce02d5567d28fedcbfd1f1865
Contents?: true
Size: 1.88 KB
Versions: 1
Compression:
Stored size: 1.88 KB
Contents
// // Icon Font: <%= @opts.font_name %> // Bootstrap Override // @font-face { font-family: "<%= @opts.font_name %>"; src: url("<%= @font_path_pre %>.eot"); src: url("<%= @font_path_pre %>.eot?#iefix") format("embedded-opentype"), url("<%= @font_path_pre %>.woff") format("woff"), url("<%= @font_path_pre %>.ttf") format("truetype"), url("<%= @font_path_pre %>.svg#<%= @opts.font_name %>") format("svg"); font-weight: normal; font-style: normal; } [class^="<%= @opts.css_prefix %>"]:before, [class*=" <%= @opts.css_prefix %>"]:before { font-family: "<%= @opts.font_name %>"; font-weight: normal; font-style: normal; display: inline-block; text-decoration: inherit; } a [class^="<%= @opts.css_prefix %>"], a [class*=" <%= @opts.css_prefix %>"] { display: inline-block; text-decoration: inherit; } .<%= @opts.css_prefix %>large:before { vertical-align: top; font-size: 1.333em; } .btn [class^="<%= @opts.css_prefix %>"], .btn [class*=" <%= @opts.css_prefix %>"] { line-height: 0.9em; } li [class^="<%= @opts.css_prefix %>"], li [class*=" <%= @opts.css_prefix %>"] { display: inline-block; width: 1.25em; text-align: center; } li .<%= @opts.css_prefix %>large[class^="<%= @opts.css_prefix %>"], li .<%= @opts.css_prefix %>large[class*=" <%= @opts.css_prefix %>"] { width: 1.875em; } li[class^="<%= @opts.css_prefix %>"], li[class*=" <%= @opts.css_prefix %>"] { margin-left: 0; list-style-type: none; } li[class^="<%= @opts.css_prefix %>"]:before, li[class*=" <%= @opts.css_prefix %>"]:before { text-indent: -2em; text-align: center; } li[class^="<%= @opts.css_prefix %>"].<%= @opts.css_prefix %>large:before, li[class*=" <%= @opts.css_prefix %>"].<%= @opts.css_prefix %>large:before { text-indent: -1.333em; } <% @glyphs.each_with_index do |name, index| %> .<%= @opts.css_prefix + name %>:before { content: "\<%= (61696+index).to_s(16) %>"; }<% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fontcustom-1.1.0.pre2 | lib/fontcustom/templates/_fontcustom-bootstrap.scss |