feature (font): smoother fonts

This commit is contained in:
MickaelK
2024-03-25 20:22:04 +11:00
parent a688a39046
commit 7139d00c21
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -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;
+3
View File
@@ -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;