Sha256: 03f61a97538552d44c57cc2f48f80413bb623316528fb84878bd2d7d6bf99e12

Contents?: true

Size: 459 Bytes

Versions: 2

Compression:

Stored size: 459 Bytes

Contents

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

<%= font_face(:preprocessor) %>

[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

2 entries across 1 versions & 1 rubygems

Version Path
fontcustom-1.3.2 lib/fontcustom/templates/_fontcustom-rails.scss
fontcustom-1.3.2 lib/fontcustom/templates/_fontcustom.scss