瀏覽代碼

Remove font-smoothing CSS (#6816)

Sarah Norris 2 年之前
父節點
當前提交
33b15c93cc
共有 1 個文件被更改,包括 0 次插入9 次删除
  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