try to avoid this strange color artifacts

This commit is contained in:
Christoph Cullmann 2024-09-01 15:56:09 +02:00
parent 5853d4592d
commit 976017ac80
No known key found for this signature in database

View file

@ -445,12 +445,13 @@ in
hinting = {
enable = true;
style = "full";
autohint = true;
};
# enable proper subpixel handling
# disable subpixel rendering to avoid color blurr
subpixel = {
rgba = "rgb";
lcdfilter = "light";
rgba = "none";
lcdfilter = "none";
};
};
};