Skip to content

Commit

Permalink
refactor: add font smoothing
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaHungDinh committed Dec 11, 2024
1 parent 5cd2afb commit 61e13cb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
color: #333;
font-family: Inter, system-ui, sans-serif;
font-size: 1rem;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

*,
::before,
Expand Down

0 comments on commit 61e13cb

Please sign in to comment.