Skip to content

Commit

Permalink
feature (font): smoother fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-kerjean committed Mar 25, 2024
1 parent a688a39 commit 7139d00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/assets/css/reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ body.dark-mode {
html {
font-family: "Roboto", sans-serif;
-webkit-text-size-adjust:100%;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
overflow: hidden;
Expand Down
3 changes: 3 additions & 0 deletions public/assets/css/designsystem.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
html {
font-family: system-ui, sans-serif;
-webkit-text-size-adjust:100%;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
overflow: hidden;
Expand Down

0 comments on commit 7139d00

Please sign in to comment.