feat: change font rendering

This commit is contained in:
2026-04-27 22:15:12 +02:00
parent 783bd9958d
commit 61971e2b37
2 changed files with 26 additions and 4 deletions
+18
View File
@@ -21,6 +21,24 @@
source-sans-pro
source-serif-pro
];
fontconfig = {
enable = true;
antialias = true;
allowBitmaps = false;
useEmbeddedBitmaps = false;
hinting = {
enable = true;
autohint = false;
style = "slight";
};
subpixel = {
rgba = "none";
lcdfilter = "none";
};
};
};
};
}