diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-12-09 00:13:52 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2019-12-09 00:13:52 +0000 |
| commit | 63ad7837556192589799261cdccc28ee3002b36e (patch) | |
| tree | 34523192bcac71533d895653bd413455dbaf7e71 /fonts/.config/fontconfig/fonts.conf | |
| parent | bad72a6710ac3a8d78c98327d9b9f7e987751862 (diff) | |
updated mutt and st
Diffstat (limited to 'fonts/.config/fontconfig/fonts.conf')
| -rw-r--r-- | fonts/.config/fontconfig/fonts.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fonts/.config/fontconfig/fonts.conf b/fonts/.config/fontconfig/fonts.conf index 5df3947..048d188 100644 --- a/fonts/.config/fontconfig/fonts.conf +++ b/fonts/.config/fontconfig/fonts.conf @@ -26,4 +26,14 @@ </prefer> </alias> <dir>~/.fonts</dir> + <match target="font"> + <edit name="hinting" mode="assign"> + <bool>true</bool> + </edit> + </match> + <match target="font"> + <edit name="hintstyle" mode="assign"> + <const>hintslight</const> + </edit> + </match> </fontconfig> |
