Sha256: 089d4bae1fc726e53bf495d6b09e15fdfdca4bec5aa34749ec11cf936c00e525
Contents?: true
Size: 925 Bytes
Versions: 1
Compression:
Stored size: 925 Bytes
Contents
// // Icon Font: <%= @opts.font_name %> // @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; } <%= @glyphs.map {|name| ".#{@opts.css_prefix + name}:before"}.join(",\n") %> { font-family: "<%= @opts.font_name %>"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; display: inline-block; text-decoration: inherit; } <% @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.scss |