app/assets/stylesheets/spina/_fonts.css.sass in spina-template-0.2.14 vs app/assets/stylesheets/spina/_fonts.css.sass in spina-template-0.2.15
- old
+ new
@@ -1,17 +1,34 @@
// Icons
+
+@include font-face("icons_spina", "spina/icons_spina")
+
+.icon
+ vertical-align: middle
+
+.icon:before
+ font-family: "icons_spina" !important
+ font-style: normal !important
+ font-weight: normal !important
+ font-variant: normal !important
+ line-height: 1
+ text-transform: none !important
+ speak: none
+ vertical-align: middle
+ -webkit-font-smoothing: antialiased
+ -moz-osx-font-smoothing: grayscale
\ No newline at end of file