Sha256: 0a411bb60d86101a08fb1dcf8c2f22fa531ca0defe074a51baca5d73ce071515
Contents?: true
Size: 905 Bytes
Versions: 1
Compression:
Stored size: 905 Bytes
Contents
/* Icon Font: <%= @opts.font_name %> */ @font-face { font-family: "<%= @opts.font_name %>"; src: url("<%= @font_path %>.eot"); src: url("<%= @font_path %>.eot?#iefix") format("embedded-opentype"), url("<%= @font_path %>.woff") format("woff"), url("<%= @font_path %>.ttf") format("truetype"), url("<%= @font_path %>.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.css |