From 2ff6a1f2166e96f21ba8c14036ac44446dfa64f0 Mon Sep 17 00:00:00 2001 From: Carter Date: Wed, 9 Oct 2024 12:51:06 -0600 Subject: [PATCH] got rid of moz osx smoothing in css --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index ec2585e..1a8cd05 100644 --- a/src/index.css +++ b/src/index.css @@ -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 {