aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2012-08-22 16:57:17 -0400
committerRyan Kavanagh <rak@debian.org>2012-08-22 16:57:57 -0400
commitdf7f95ea7d7066a0aa0525ead99bd074b0dfc66e (patch)
tree27ba6b3d294f409349a6e8274274bd149b75b5f2
parentFix offlineimaprc bug, don't copy QueensU/etc to gmail for real now. (diff)
Add ~/.fonts and texlive fonts to fontconfig
-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 \