Created
September 30, 2010 14:43
-
-
Save alexeyten/604684 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
<fontconfig> | |
<alias binding="same"> | |
<family>Arial</family> | |
<family>Helvetica</family> | |
<family>Lucida Grande</family> | |
<family>Tahoma</family> | |
<family>Verdana</family> | |
<family>Ubuntu</family> | |
<family>sans-serif</family> | |
<prefer> | |
<family>UbuntuBeta</family> | |
</prefer> | |
</alias> | |
</fontconfig> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment