aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.fonts.conf26
-rwxr-xr-xdm1
2 files changed, 27 insertions, 0 deletions
diff --git a/.fonts.conf b/.fonts.conf
new file mode 100644
index 0000000..1227c76
--- /dev/null
+++ b/.fonts.conf
@@ -0,0 +1,26 @@
+<?xml version='1.0'?>
+<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
+<fontconfig>
+ <match target="font">
+ <edit mode="assign" name="rgba">
+ <const>none</const>
+ </edit>
+ </match>
+ <match target="font">
+ <edit mode="assign" name="hinting">
+ <bool>true</bool>
+ </edit>
+ </match>
+ <match target="font">
+ <edit mode="assign" name="hintstyle">
+ <const>hintmedium</const>
+ </edit>
+ </match>
+ <match target="font">
+ <edit mode="assign" name="antialias">
+ <bool>true</bool>
+ </edit>
+ </match>
+ <dir>~/.fonts</dir>
+ <dir>/usr/share/texlive/texmf-dist/fonts</dir>
+</fontconfig>
diff --git a/dm b/dm
index 5aab71e..dce0275 100755
--- a/dm
+++ b/dm
@@ -36,6 +36,7 @@ GLOBAL_FILES = \
.cmus/ \
.dput.cf \
.dzen/ \
+ .fonts.conf \
.gitconfig \
.imapfilter/ \
.inputrc \