Created
January 8, 2019 19:22
-
-
Save bsiegert/c15c9d62cde5777dede9976343b8d64e to your computer and use it in GitHub Desktop.
Use Arimo instead of Helvetica
This file contains hidden or 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"> | |
<!-- Put this file into ~/.config/fontconfig/fonts.conf --> | |
<fontconfig> | |
<match target="pattern"> | |
<test qual="any" name="family"><string>helvetica</string></test> | |
<edit name="family" mode="assign" binding="same"><string>Arimo</string></edit> | |
</match> | |
</fontconfig> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment