Skip to content

Instantly share code, notes, and snippets.

@luizmello
Created May 30, 2017 01:28
Show Gist options
  • Save luizmello/6827599988b0ff6a0047e0d2fbc255f6 to your computer and use it in GitHub Desktop.
Save luizmello/6827599988b0ff6a0047e0d2fbc255f6 to your computer and use it in GitHub Desktop.
.fonts.conf - no matches
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="pattern">
<edit mode="assign" name="dpi">96</edit>
</match>
<match target="font">
<edit name="antialias" mode="assign">
<bool>true</bool>
</edit>
<edit name="autohint" mode="assign">
<bool>false</bool>
</edit>
<edit name="embeddedbitmap" mode="assign">
<bool>false</bool>
</edit>
<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="rgba" mode="assign">
<const>rgb</const>
</edit>
</match>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment