Commit b2f9cef1 authored by 道玄's avatar 道玄 Committed by 杨奕

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

parent 6ccca79c
......@@ -5,6 +5,7 @@ body {
font-weight: 400;
font-size: $--font-size-base;
color: $--color-black;
-webkit-font-smoothing: antialiased;
}
a {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment