got rid of moz osx smoothing in css

This commit is contained in:
Carter 2024-10-09 12:51:06 -06:00
parent 3b45a9c3e3
commit 2ff6a1f216

View file

@ -4,7 +4,7 @@ body {
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* -moz-osx-font-smoothing: grayscale; */
}
code {