mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-06-16 03:09:13 +08:00
apply font smoothing in webkit and firefox
This commit is contained in:
parent
ac46de3972
commit
2b5ac611c9
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ body {
|
|||
color: var(--text, $fallback--text);
|
||||
max-width: 100vw;
|
||||
overflow-x: hidden;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Reference in a new issue