try to avoid this strange color artifacts
This commit is contained in:
parent
5853d4592d
commit
976017ac80
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue