style(core): add font smoothing and optimize legibility globally (#5417)

![Frame 629667](https://github.com/toeverything/AFFiNE/assets/39363750/857a2c8d-6a75-43b2-a92f-eaf24c996d8b)
This commit is contained in:
Cats Juice
2023-12-28 07:34:20 +00:00
parent 3148f93ee7
commit 7e75e19d04

View File

@@ -179,6 +179,8 @@ legend {
body { body {
background: transparent; background: transparent;
overflow: hidden; overflow: hidden;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
} }
input { input {