Created
March 10, 2018 22:50
-
-
Save tskrynnyk/014b369d733cbfb58b7d322466d03668 to your computer and use it in GitHub Desktop.
fonts.conf
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
| --- fonts.conf 2017-09-25 10:10:04.000000000 +0200 | |
| +++ fonts.conf_new 2018-03-01 00:00:00.000000000 +0100 | |
| @@ -65,6 +65,15 @@ | |
| </edit> | |
| </match> | |
| + <match target="pattern"> | |
| + <test qual="any" name="family"> | |
| + <string>helvetica</string> | |
| + </test> | |
| + <edit name="family" mode="assign" binding="same"> | |
| + <string>sans-serif</string> | |
| + </edit> | |
| + </match> | |
| + | |
| <!-- | |
| Load local system customization file | |
| --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment