Created
February 27, 2016 08:23
-
-
Save jerinphilip/ce70457724fa77603e2b to your computer and use it in GitHub Desktop.
Snippet to match helvetica to a desired font
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
<!-- Add the below rule to /etc/fonts/fonts.conf or ~/.fonts.conf --> | |
<match target="pattern"> | |
<test qual="any" name="family"><string>helvetica</string></test> | |
<edit name="family" mode="assign" binding="same"><string>Open Sans</string></edit> | |
</match> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment