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

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

parent 6ccca79c
...@@ -5,6 +5,7 @@ body { ...@@ -5,6 +5,7 @@ body {
font-weight: 400; font-weight: 400;
font-size: $--font-size-base; font-size: $--font-size-base;
color: $--color-black; color: $--color-black;
-webkit-font-smoothing: antialiased;
} }
a { a {
...@@ -75,4 +76,4 @@ hr { ...@@ -75,4 +76,4 @@ hr {
margin-bottom: 20px; margin-bottom: 20px;
border: 0; border: 0;
border-top: 1px solid #eeeeee; border-top: 1px solid #eeeeee;
} }
\ No newline at end of file
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