Created
          July 14, 2016 21:28 
        
      - 
      
- 
        Save alexeiz/ad8f16271946744ce097d55ef1c6b590 to your computer and use it in GitHub Desktop. 
    Font substitutions
  
        
  
    
      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"> | |
| <!-- ~/.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