docs: fix font smoothing across projects (#10183)

This commit is contained in:
Shahed Nasser
2024-11-20 18:24:58 +02:00
committed by GitHub
parent bef89e43c4
commit 765f99e04b
5 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -32,7 +32,8 @@
}
html {
-webkit-font-smoothing: antialiased;
@apply antialiased;
text-rendering: optimizeLegibility;
}
body {