Skip to content

Commit

Permalink
💄 style: standarise font rendering across browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Apr 29, 2023
1 parent 1b0cc18 commit ea00c9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ html {
background-color: var(--background-color);
color: var(--text-color);
line-height: 1.6em;
text-rendering: optimizeLegibility;
}

body {
Expand Down

0 comments on commit ea00c9b

Please sign in to comment.