Remove non-standard outdated CSS

Removed `-moz-osx-font-smoothing: grayscale;` and `-webkit-font-smoothing: antialiased;`, as suggested in woocommerce/storefront#698
This commit is contained in:
ElectricFeet 2018-01-03 18:01:10 +01:00 committed by GitHub
parent 5eb4ed9b64
commit fa68a71adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -518,7 +518,6 @@ p.demo_store,
background-color: $highlight;
color: $highlightext;
font-size: 0.857em;
-webkit-font-smoothing: antialiased;
z-index: 9;
}
@ -695,7 +694,6 @@ p.demo_store,
font-family: 'WooCommerce';
content: '\e01c';
vertical-align: top;
-webkit-font-smoothing: antialiased;
font-weight: 400;
position: absolute;
top: 0.618em;