Sha256: 1db592e8653dbe607fa261e822f8a10aa9202f73a8d8f82eefa9c0515529751c

Contents?: true

Size: 452 Bytes

Versions: 6

Compression:

Stored size: 452 Bytes

Contents

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

<%= font_face(:rails) %>

[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

6 entries across 6 versions & 1 rubygems

Version Path
fontcustom-1.3.1 lib/fontcustom/templates/_fontcustom-rails.scss
fontcustom-1.3.0 lib/fontcustom/templates/_fontcustom-rails.scss
fontcustom-1.3.0.beta4 lib/fontcustom/templates/_fontcustom-rails.scss
fontcustom-1.3.0.beta3 lib/fontcustom/templates/_fontcustom-rails.scss
fontcustom-1.3.0.beta2 lib/fontcustom/templates/_fontcustom-rails.scss
fontcustom-1.3.0.beta lib/fontcustom/templates/_fontcustom-rails.scss