summaryrefslogtreecommitdiff
path: root/.fonts.conf
diff options
context:
space:
mode:
Diffstat (limited to '.fonts.conf')
-rw-r--r--.fonts.conf91
1 files changed, 0 insertions, 91 deletions
diff --git a/.fonts.conf b/.fonts.conf
deleted file mode 100644
index e677406..0000000
--- a/.fonts.conf
+++ /dev/null
@@ -1,91 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-
-<fontconfig>
- <!-- Disable subpixels for small fonts -->
- <match target="font">
- <test name="pixelsize" compare="less">
- <double>8.0</double>
- </test>
- <edit name="rgba" mode="assign">
- <const>none</const>
- </edit>
- </match>
-
- <match target="font">
- <edit name="hinting" mode="assign">
- <bool>true</bool>
- </edit>
- <edit name="hintstyle" mode="assign">
- <const>hintfull</const>
- </edit>
- <edit mode="assign" name="lcdfilter">
- <const>lcddefault</const>
- </edit>
- <edit name="autohint" mode="assign">
- <bool>false</bool>
- </edit>
- </match>
- <match target="font">
- <test name="family">
- <string>Comfortaa</string>
- </test>
- <edit name="hinting" mode="assign">
- <bool>false</bool>
- </edit>
-
- <edit name="autohint" mode="assign">
- <bool>true</bool>
- </edit>
- <edit name="rgba" mode="assign">
- <const>none</const>
- </edit>
- </match>
-
- <match target="font">
- <test name="family">
- <string>@font-face:Thesis</string>
- </test>
- <edit name="hintstyle" mode="assign">
- <const>hintslight</const>
- </edit>
- </match>
-
- <match target="font">
- <test name="family">
- <string>@font-face:TheSansWeb</string>
- </test>
- <edit name="hintstyle" mode="assign">
- <const>hintslight</const>
- </edit>
- </match>
-
- <match target="font">
- <test name="family">
- <string>@font-face:century</string>
- </test>
- <edit name="hintstyle" mode="assign">
- <const>hintslight</const>
- </edit>
- </match>
-
- <match target="font">
- <test name="family">
- <string>@font-face:century-bold</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">
- <const>hintslight</const>
- </edit>
- </match>
-</fontconfig>
-<!-- vim: ft=xml
--->