Fonts are UGLY now

This commit is contained in:
niten 2023-11-13 11:13:43 -08:00
parent d7a0104dd0
commit 5f7ff14550
1 changed files with 5 additions and 2 deletions

View File

@ -47,8 +47,11 @@ in {
};
fonts.fontconfig = {
hinting = { enable = false; };
subpixel.lcdfilter = "none";
hinting = {
enable = true;
style = "hintfull";
};
subpixel.lcdfilter = "default";
antialias = true;
};