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

pull/10154/head
道玄 2018-03-13 17:39:50 +08:00 committed by 杨奕
parent 6ccca79c67
commit b2f9cef1b4
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ body {
font-weight: 400;
font-size: $--font-size-base;
color: $--color-black;
-webkit-font-smoothing: antialiased;
}
a {