try font anti-aliasing

This commit is contained in:
saml33 2023-03-06 09:43:29 +11:00
parent a7ca4164f3
commit b373aae677
1 changed files with 2 additions and 0 deletions

View File

@ -396,6 +396,8 @@ th {
body {
@apply font-body text-sm tracking-wider;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
button {