dotfiles/.config/fontconfig/fonts.conf
2020-06-12 19:09:47 -04:00

9 lines
236 B
Plaintext

<match target="pattern">
<test name="family" qual="any">
<string>monospace</string>
</test>
<edit binding="strong" mode="prepend" name="family">
<string>JetBrains Mono Regular Nerd Font Complete</string>
</edit>
</match>