From 480b83447d36fe692956d37f6c7604a852044023 Mon Sep 17 00:00:00 2001 From: ElectricFeet Date: Wed, 3 Jan 2018 17:59:50 +0100 Subject: [PATCH] Remove non-standard outdated CSS Removed `-moz-osx-font-smoothing: grayscale;` and `-webkit-font-smoothing: antialiased;`, as suggested in woocommerce/storefront#698 --- assets/css/wc-setup.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/assets/css/wc-setup.scss b/assets/css/wc-setup.scss index f0969c51e99..7a959dec702 100644 --- a/assets/css/wc-setup.scss +++ b/assets/css/wc-setup.scss @@ -282,8 +282,6 @@ body { padding: 0 10px 0 0; top: 1px; position: relative; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; text-decoration: none !important; vertical-align: top; }