summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2015-04-11 17:28:50 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2015-04-11 17:28:51 +0200
commit365aa617ec1d6cf9114828a9e1119dc0f16a7641 (patch)
treec34f3578b83478990b90e98a908a8026b95fb056
parent4bff17a0bcdfc0e05d1de10075fa9178af3b9324 (diff)
downloaddotfiles-365aa617ec1d6cf9114828a9e1119dc0f16a7641.tar.gz
dotfiles-365aa617ec1d6cf9114828a9e1119dc0f16a7641.tar.bz2
dotfiles-365aa617ec1d6cf9114828a9e1119dc0f16a7641.zip
Font changes: Make dejavu mono also hintslight only
-rw-r--r--.config/fontconfig/fonts.conf21
1 files changed, 20 insertions, 1 deletions
diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf
index 3024a7e..b2ec6fd 100644
--- a/.config/fontconfig/fonts.conf
+++ b/.config/fontconfig/fonts.conf
@@ -33,6 +33,16 @@
<bool>false</bool>
</edit>
</match>
+
+ <!-- <match target="font">
+ <test name="family" compare="contains">
+ <string>DejaVu</string>
+ </test>
+ <edit name="hintstyle" mode="assign">
+ <const>hintfull</const>
+ </edit>
+ </match> -->
+
<match target="font">
<test name="family">
<string>Comfortaa</string>
@@ -48,7 +58,7 @@
<const>none</const>
</edit>
</match>
-
+
<match target="font">
<test name="family">
<string>@font-face:Thesis</string>
@@ -96,6 +106,15 @@
<match target="font">
<test name="family">
+ <string>DejaVu Sans Mono</string>
+ </test>
+ <edit name="hintstyle" mode="assign">
+ <const>hintslight</const>
+ </edit>
+ </match>
+
+ <match target="font">
+ <test name="family">
<string>Inconsolata</string>
</test>
<edit name="hintstyle" mode="assign">