pacman database update
[cinan.git] / .fonts.conf
blob857478646498719ad47a8f3ca83bfdcd68ca9b66
1 <?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd">
2 <fontconfig>
3 <match target="font" >
4 <edit mode="assign" name="rgba" >
5 <const>none</const>
6 </edit>
7 </match>
8 <match target="font" >
9 <edit mode="assign" name="hinting" >
10 <bool>true</bool>
11 </edit>
12 </match>
13 <match target="font" >
14 <edit mode="assign" name="hintstyle" >
15 <const>hintmedium</const>
16 </edit>
17 </match>
18 <match target="font" >
19 <edit mode="assign" name="antialias" >
20 <bool>false</bool>
21 </edit>
22 </match>
23 </fontconfig>