소스 검색

Chalk: add font-smoothing to reset.css (#10140)

道玄 7 년 전
부모
커밋
b2f9cef1b4
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      packages/theme-chalk/src/reset.scss

+ 2 - 1
packages/theme-chalk/src/reset.scss

@@ -5,6 +5,7 @@ body {
   font-weight: 400;
   font-size: $--font-size-base;
   color: $--color-black;
+  -webkit-font-smoothing: antialiased;
 }
 
 a {
@@ -75,4 +76,4 @@ hr {
   margin-bottom: 20px;
   border: 0;
   border-top: 1px solid #eeeeee;
-}
+}