Skip to content

Instantly share code, notes, and snippets.

@nixpulvis
Created July 1, 2019 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nixpulvis/4e6ef3e730f5aef2a8ec22af1054c662 to your computer and use it in GitHub Desktop.
Save nixpulvis/4e6ef3e730f5aef2a8ec22af1054c662 to your computer and use it in GitHub Desktop.
Fontconfig for (~/.config/fontconfig/fonts.conf)
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="pattern">
<test name="family" qual="any">
<string>monospace</string>
</test>
<edit binding="strong" mode="prepend" name="family">
<string>Fira Mono</string>
</edit>
</match>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment