Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Architector4/e240db2509569e6afeba009abc99226d to your computer and use it in GitHub Desktop.
Save Architector4/e240db2509569e6afeba009abc99226d to your computer and use it in GitHub Desktop.
Architector #4's fonts.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit name="antialias" mode="assign">
<bool>true</bool>
</edit>
<edit name="rgba" mode="assign">
<const>none</const>
</edit>
<edit name="hinting" mode="assign">
<bool>true</bool>
</edit>
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
<edit name="hintstyle" mode="assign">
<const>hintslight</const>
</edit>
</match>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment