From d180dbff019da8b5394d3a07dbe8678681fe724f Mon Sep 17 00:00:00 2001 From: mkpaz Date: Tue, 14 Feb 2023 19:01:55 +0400 Subject: [PATCH] Change font smoothing type to gray (#35) --- styles/src/general/_text.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/src/general/_text.scss b/styles/src/general/_text.scss index 7a0032e..46c6ce8 100755 --- a/styles/src/general/_text.scss +++ b/styles/src/general/_text.scss @@ -5,7 +5,7 @@ // text nodes .text { // enable LCD text rendering - -fx-font-smoothing-type: lcd; + -fx-font-smoothing-type: gray; // adjust text alignment within the bounds of text nodes, // so that the text is always vertically centered within the bounds