Skip to content

Commit 2169f29

Browse files
committed
Add font smoothing to default styles
1 parent f90d2b7 commit 2169f29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mesop/web/src/app/styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ body {
2020
height: 100%;
2121
// Use system font.
2222
font-family: var(--default-font-family);
23+
-webkit-font-smoothing: antialiased;
2324
}
2425

2526
* {

0 commit comments

Comments
 (0)