mirror of https://github.com/ElemeFE/element
Chalk: add font-smoothing to reset.css (#10140)
parent
6ccca79c67
commit
b2f9cef1b4
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue