Change font smoothing type to gray (#35)

This commit is contained in:
mkpaz 2023-02-14 19:01:55 +04:00
parent 1d06ac5a5d
commit d180dbff01

@ -5,7 +5,7 @@
// text nodes // text nodes
.text { .text {
// enable LCD text rendering // enable LCD text rendering
-fx-font-smoothing-type: lcd; -fx-font-smoothing-type: gray;
// adjust text alignment within the bounds of text nodes, // adjust text alignment within the bounds of text nodes,
// so that the text is always vertically centered within the bounds // so that the text is always vertically centered within the bounds