lib/fontcustom/templates/_fontcustom.scss in fontcustom-1.3.2 vs lib/fontcustom/templates/_fontcustom.scss in fontcustom-1.3.3
- old
+ new
@@ -6,18 +6,9 @@
[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;
+<%= glyph_properties %>
}
<%= glyphs %>