From 6cc4ac4218502c8754ad03b7c8bc1cbe97ddcadc Mon Sep 17 00:00:00 2001 From: vimux Date: Thu, 28 Nov 2019 12:56:16 -0500 Subject: [PATCH] Fix bold text in Firefox on macOS --- static/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/main.css b/static/css/main.css index 5b5a928..e85b48d 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -45,6 +45,7 @@ body { word-wrap: break-word; overflow-wrap: break-word; background-color: #1b1b1b; + -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }