From 2b9486c9af997300963aedae836bcbb9e2d08346 Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Sat, 21 Sep 2019 13:42:14 -0400 Subject: [PATCH] Stop trying to disable font smoothing https://github.com/1j01/jspaint/issues/130 --- styles/themes/classic.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/styles/themes/classic.css b/styles/themes/classic.css index a18a8c7..94e05a4 100644 --- a/styles/themes/classic.css +++ b/styles/themes/classic.css @@ -20,8 +20,9 @@ image-rendering: pixelated; image-rendering: -moz-crisp-edges; /* only works on macOS, and not on a standards track: */ - font-smooth: none; - -webkit-font-smoothing: none; + /* font-smooth: none; + -webkit-font-smoothing: none; */ + /* also may cause the text to be completely unreadable https://github.com/1j01/jspaint/issues/130 */ } .selection:after, .textbox:after {