diff options
author | Amin Bandali <bandali@gnu.org> | 2019-08-06 22:23:52 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-08-06 22:23:52 -0400 |
commit | 750085ffb2a44f1d020c86f8578607cebe839f91 (patch) | |
tree | ad1a01925592ce214c0a19301858c55d0cc187db | |
parent | 5b10d87963635651193e26b20c11794c2858568c (diff) | |
download | configs-750085ffb2a44f1d020c86f8578607cebe839f91.tar.gz configs-750085ffb2a44f1d020c86f8578607cebe839f91.tar.xz configs-750085ffb2a44f1d020c86f8578607cebe839f91.zip |
fontconfig: switch back to hintslight
the semi-bolds in emacs look better with slight hinting
Diffstat (limited to '')
-rw-r--r-- | .config/fontconfig/fonts.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index 63ffe39..083ece3 100644 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -13,7 +13,7 @@ </match> <match target="font"> <edit mode="assign" name="hintstyle"> - <const>hintfull</const> + <const>hintslight</const> </edit> </match> <match target="font"> |