summaryrefslogtreecommitdiff
path: root/dotfiles/system/.config/fontconfig
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/system/.config/fontconfig')
-rw-r--r--dotfiles/system/.config/fontconfig/fonts.conf27
1 files changed, 0 insertions, 27 deletions
diff --git a/dotfiles/system/.config/fontconfig/fonts.conf b/dotfiles/system/.config/fontconfig/fonts.conf
deleted file mode 100644
index 6a27675..0000000
--- a/dotfiles/system/.config/fontconfig/fonts.conf
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-<fontconfig>
- <match target="font">
- <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>none</const>
- </edit>
- <edit name="autohint" mode="assign">
- <bool>true</bool>
- </edit>
- <edit name="lcdfilter" mode="assign">
- <const>lcdnone</const>
- </edit>
- <edit name="dpi" mode="assign">
- <double>144</double>
- </edit>
- </match>
-</fontconfig>