summaryrefslogtreecommitdiffstats
path: root/fonts.conf
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-07-28 00:25:27 +0200
committerGravatar Tom Willemsen2011-07-28 00:25:27 +0200
commit0b0e95e88c1dbd6a9f16300ae03f725e37b6369b (patch)
treec373b1c5a5c49dc72c23ee708fc478d807d00768 /fonts.conf
parentaf0eeb3f5251367970b15ef4e614bca56c59ee43 (diff)
downloaddotfiles-0b0e95e88c1dbd6a9f16300ae03f725e37b6369b.tar.gz
dotfiles-0b0e95e88c1dbd6a9f16300ae03f725e37b6369b.zip
Preparing placing home-directory in repo
Diffstat (limited to 'fonts.conf')
-rw-r--r--fonts.conf34
1 files changed, 0 insertions, 34 deletions
diff --git a/fonts.conf b/fonts.conf
deleted file mode 100644
index 6204d1f..0000000
--- a/fonts.conf
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-<fontconfig>
-
- <!-- settings go here -->
- <match target="pattern">
- <edit name="antialias" mode="assign">
- <bool>true</bool>
- </edit>
-
- <edit name="hinting" mode="assign">
- <bool>true</bool>
- </edit>
-
- <edit name="hintstyle" mode="assign">
- <const>hintslight</const>
- </edit>
-
- <edit name="rgba" mode="assign">
- <const>rgb</const>
- </edit>
-
- <edit name="autohint" mode="assign">
- <bool>true</bool>
- </edit>
- </match>
-
- <match target="font">
- <edit name="lcdfilter" mode="assign">
- <const>lcddefault</const>
- </edit>
- </match>
-
-</fontconfig>