diff --git a/share/common.nix b/share/common.nix index 1c48ee3..ac1399d 100644 --- a/share/common.nix +++ b/share/common.nix @@ -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"; }; }; };