diff options
Diffstat (limited to '')
-rw-r--r-- | .fonts.conf | 26 | ||||
-rwxr-xr-x | dm | 1 |
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> @@ -36,6 +36,7 @@ GLOBAL_FILES = \ .cmus/ \ .dput.cf \ .dzen/ \ + .fonts.conf \ .gitconfig \ .imapfilter/ \ .inputrc \ |