Stop trying to disable font smoothing

https://github.com/1j01/jspaint/issues/130
main
Isaiah Odhner 2019-09-21 13:42:14 -04:00
parent e0d30bf34f
commit 2b9486c9af
1 changed files with 3 additions and 2 deletions

View File

@ -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 {