Skip to content

Commit

Permalink
feat: add font-smoothing
Browse files Browse the repository at this point in the history
  • Loading branch information
v.zheleztsov committed May 4, 2022
1 parent 18853b8 commit bf538f8
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 bf538f8

Please sign in to comment.