Explorar el Código

Remove font-smoothing CSS (#6816)

Sarah Norris hace 2 años
padre
commit
33b15c93cc
Se han modificado 1 ficheros con 0 adiciones y 9 borrados
  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