summaryrefslogtreecommitdiffstats
path: root/fonts.conf
diff options
context:
space:
mode:
Diffstat (limited to 'fonts.conf')
-rw-r--r--fonts.conf16
1 files changed, 7 insertions, 9 deletions
diff --git a/fonts.conf b/fonts.conf
index 720f69f..c19772a 100644
--- a/fonts.conf
+++ b/fonts.conf
@@ -3,34 +3,32 @@
<fontconfig>
<!-- settings go here -->
- <match target="font">
+ <match target="pattern">
<edit name="antialias" mode="assign">
<bool>true</bool>
</edit>
- </match>
- <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>
- <match target="font">
<edit name="rgba" mode="assign">
<const>rgb</const>
</edit>
+
+ <edit name="autohint" mode="assign">
+ <bool>true</bool>
+ </edit>
</match>
- <match target="font">
+<!-- <match target="font">
<edit name="lcdfilter" mode="assign">
<const>lcddefault</const>
</edit>
- </match>
+ </match> -->
</fontconfig>