Skip to content

Instantly share code, notes, and snippets.

@franciscoj
Last active October 28, 2018 12:01
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 franciscoj/6751a03c45b7700b4f5f9f0ecd0108cf to your computer and use it in GitHub Desktop.
Save franciscoj/6751a03c45b7700b4f5f9f0ecd0108cf to your computer and use it in GitHub Desktop.
Use Fira Code everywhere as monospace
<!-- ~/.config/fontconfig/fira-code.conf -->
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern">
<test qual="any" name="family"><string>monospace</string></test>
<edit name="family" mode="assign" binding="same"><string>Fira Code</string></edit>
</match>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment