Skip to content

Instantly share code, notes, and snippets.

@kanru
Last active August 29, 2015 13:56
Show Gist options
  • Save kanru/8818952 to your computer and use it in GitHub Desktop.
Save kanru/8818952 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<selectfont>
<acceptfont>
<pattern>
<patelt name="family"><string>terminus</string></patelt>
</pattern>
</acceptfont>
<!-- we want the unicode version -->
<rejectfont>
<glob>*ter-*iso-8859*.pcf.gz</glob>
</rejectfont>
</selectfont>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment