Skip to content

Commit

Permalink
add font smoothing to global styles
Browse files Browse the repository at this point in the history
  • Loading branch information
feledori authored Sep 23, 2024
1 parent 14ea510 commit 90f28ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ body {

body {
min-height: 100vh;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

a,
Expand Down

1 comment on commit 90f28ee

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.