Skip to content

Commit b2f9cef

Browse files
yozmanLeopoldthecoder
authored andcommitted
Chalk: add font-smoothing to reset.css (#10140)
1 parent 6ccca79 commit b2f9cef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/theme-chalk/src/reset.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ body {
55
font-weight: 400;
66
font-size: $--font-size-base;
77
color: $--color-black;
8+
-webkit-font-smoothing: antialiased;
89
}
910

1011
a {
@@ -75,4 +76,4 @@ hr {
7576
margin-bottom: 20px;
7677
border: 0;
7778
border-top: 1px solid #eeeeee;
78-
}
79+
}

0 commit comments

Comments
 (0)