Skip to content

Instantly share code, notes, and snippets.

@alexeiz
Created July 14, 2016 21:28
Show Gist options
  • Save alexeiz/ad8f16271946744ce097d55ef1c6b590 to your computer and use it in GitHub Desktop.
Save alexeiz/ad8f16271946744ce097d55ef1c6b590 to your computer and use it in GitHub Desktop.
Font substitutions
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ~/.config/fontconfig/fonts.conf -->
<fontconfig>
<match target="pattern">
<test qual="any" name="family"><string>Arial</string></test>
<edit name="family" mode="assign" binding="same"><string>Noto Sans</string></edit>
</match>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment