Browse Source

Remove font-smoothing CSS (#6816)

Sarah Norris 2 years ago
parent
commit
33b15c93cc
1 changed files with 0 additions and 9 deletions
  1. 0 9
      block-canvas/style.css

+ 0 - 9
block-canvas/style.css

@@ -27,15 +27,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU General Public License for more details.
 */
 
-/*
- * Font smoothing
- * https://github.com/WordPress/gutenberg/issues/35934
- */
-body {
-	-moz-osx-font-smoothing: grayscale;
-	-webkit-font-smoothing: antialiased;
-}
-
 /*
  * Control the hover stylings of outline block style.
  * Unnecessary once block styles are configurable via theme.json