Skip to content

Commit

Permalink
Create fontconfig.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
benmat committed Feb 18, 2015
1 parent d85330c commit a8809fa
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions fontconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern">
<edit name="dpi" mode="assign">96</edit>
</match>
<match target="font">
<edit mode="assign" name="antialias">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="hinting">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="hintstyle">
<const>hintslight</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="rgba">
<const>rgb</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="lcdfilter">
<const>lcddefault</const>
</edit>
</match>
</fontconfig>

0 comments on commit a8809fa

Please sign in to comment.