Skip to content

Instantly share code, notes, and snippets.

@ryan-allen
Created February 14, 2010 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryan-allen/303795 to your computer and use it in GitHub Desktop.
Save ryan-allen/303795 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<test qual="any" name="family" compare="eq">
<string>DejaVu Sans Mono</string>
</test>
<edit name="antialias" mode="assign">
<bool>false</bool>
</edit>
</match>
<match target="font">
<test qual="any" name="family" compare="eq">
<string>Droid Sans Mono</string>
</test>
<edit name="antialias" mode="assign">
<bool>false</bool>
</edit>
</match>
</fontconfig>
gnome-terminal --geometry="120x60"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment