summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/common.nix7
1 files changed, 4 insertions, 3 deletions
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";
};
};
};