Sha256: b9a6cad3913306b06e3eb0bc757f61eb34d24a927e140ced4fc3bc49eab48917

Contents?: true

Size: 443 Bytes

Versions: 7

Compression:

Stored size: 443 Bytes

Contents

/*
  Icon Font: <%= font_name %>
*/

<%= font_face %>

[data-icon]:before { content: attr(data-icon); }

[data-icon]:before,
<%= glyph_selectors %> {
  display: inline-block;
  font-family: "<%= font_name %>";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

<%= glyphs %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fontcustom-1.3.2 lib/fontcustom/templates/fontcustom.css
fontcustom-1.3.1 lib/fontcustom/templates/fontcustom.css
fontcustom-1.3.0 lib/fontcustom/templates/fontcustom.css
fontcustom-1.3.0.beta4 lib/fontcustom/templates/fontcustom.css
fontcustom-1.3.0.beta3 lib/fontcustom/templates/fontcustom.css
fontcustom-1.3.0.beta2 lib/fontcustom/templates/fontcustom.css
fontcustom-1.3.0.beta lib/fontcustom/templates/fontcustom.css