Skip to content

Commit

Permalink
feat: add font-smoothing (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViZhe authored May 5, 2022
1 parent 8bab327 commit 61fa5a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ body {
color: rgb(var(--color-rgb-gray) / 64%);
letter-spacing: var(--letter-spacing-base);
background-color: var(--color-tertiary-gray-lighter);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

svg {
Expand Down

0 comments on commit 61fa5a7

Please sign in to comment.