summaryrefslogtreecommitdiff
path: root/.fonts.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.fonts.conf13
1 files changed, 11 insertions, 2 deletions
diff --git a/.fonts.conf b/.fonts.conf
index b2b1d92..a4019de 100644
--- a/.fonts.conf
+++ b/.fonts.conf
@@ -2,7 +2,6 @@
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
-
<!-- Disable subpixels for small fonts -->
<match target="font">
<test name="pixelsize" compare="less">
@@ -13,15 +12,25 @@
</edit>
</match>
+
<match target="font">
<edit name="hintstyle" mode="assign">
<const>hintfull</const>
</edit>
</match>
+
<match target="font">
<edit mode="assign" name="lcdfilter">
<const>lcddefault</const>
</edit>
</match>
-
+
+ <match target="font">
+ <test name="family">
+ <string>Inconsolata</string>
+ </test>
+ <edit name="hintstyle" mode="assign">
+ <const>hintslight</const>
+ </edit>
+ </match>
</fontconfig>