Skip to content

Commit

Permalink
Added font smoothing antialiased
Browse files Browse the repository at this point in the history
  • Loading branch information
theoplawinski committed Oct 3, 2024
1 parent e5cc92c commit 486a61a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/front/src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

html {
font-size: var(--font-size);
-webkit-font-smoothing: antialiased;
}

body {
Expand Down

0 comments on commit 486a61a

Please sign in to comment.