dotfiles/.config/fontconfig/fonts.conf

9 lines
236 B
Plaintext
Raw Normal View History

2020-06-12 23:09:47 +00:00
<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>