Skip to content

Instantly share code, notes, and snippets.

@apetresc
Created October 19, 2024 17:06
Show Gist options
  • Save apetresc/65b936743cfe9dd122b6e0186b12fab2 to your computer and use it in GitHub Desktop.
Save apetresc/65b936743cfe9dd122b6e0186b12fab2 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<alias>
<family>Hack</family>
<prefer><family>Symbols Nerd Font</family></prefer>
</alias>
<match target="pattern">
<test name="family" qual="any">
<string>monospace</string>
</test>
<edit binding="strong" mode="prepend" name="family">
<string>Terminus</string>
</edit>
</match>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment