Change font smoothing type to gray (#35)
This commit is contained in:
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
|
||||||
|
Loading…
Reference in New Issue
Block a user