vendor/assets/stylesheets/_icon.scss in active_frontend-11.1.0 vs vendor/assets/stylesheets/_icon.scss in active_frontend-12.0.0

- old
+ new

@@ -4,17 +4,17 @@ /* # Icon ================================================== */ @font-face { font-family: "Ionicons"; + font-style: normal; + font-weight: normal; src: url(font_path("ionicons/ionicons.eot?v=2.0.1")); src: url(font_path("ionicons/ionicons.eot?v=2.0.1#iefix")) format("embedded-opentype"), url(font_path("ionicons/ionicons.ttf?v=2.0.1")) format("truetype"), url(font_path("ionicons/ionicons.woff?v=2.0.1")) format("woff"), url(font_path("ionicons/ionicons.svg?v=2.0.1#Ionicons")) format("svg"); - font-weight: normal; - font-style: normal; } .icon, .iconicons, .icon-alert:before, .icon-alert-circled:before, @@ -749,19 +749,19 @@ .icon-woman:before, .icon-wrench:before, .icon-xbox:before { box-sizing: border-box; display: inline-block; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; font-family: "Ionicons"; - speak: none; font-style: normal; font-weight: normal; font-variant: normal; line-height: 1; margin: 0; padding: 0; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; + speak: none; text-transform: none; text-rendering: auto; } .icon-spin, .icon-loading-a, \ No newline at end of file