feat: change font rendering
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user