forked from colonelpanic/dotfiles
[NixOS] Explicit hinting and antialias in fonts
This commit is contained in:
parent
389660d7f8
commit
9396872a71
@ -21,6 +21,8 @@
|
|||||||
(nerdfonts.override { fonts = [ "JetBrainsMono" "FantasqueSansMono" ]; })
|
(nerdfonts.override { fonts = [ "JetBrainsMono" "FantasqueSansMono" ]; })
|
||||||
];
|
];
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
|
hinting.autohint = true;
|
||||||
|
antialias = true;
|
||||||
allowBitmaps = true;
|
allowBitmaps = true;
|
||||||
useEmbeddedBitmaps = true;
|
useEmbeddedBitmaps = true;
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
|
Loading…
Reference in New Issue
Block a user