Skip to content

Instantly share code, notes, and snippets.

Created March 10, 2013 13:19
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 anonymous/5128543 to your computer and use it in GitHub Desktop.
Save anonymous/5128543 to your computer and use it in GitHub Desktop.
69-japanese.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern">
<test qual="any" name="family">
<string>sans-serif</string>
</test>
<test name="lang" compare="contains">
<string>ja</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>M+ 1p</string>
<string>Ubuntu</string>
<string>DejaVu Sans</string>
<string>Droid Sans</string>
<string>Droid Sans Fallback</string>
</edit>
</match>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment