fonts: use FiraMono, i think

This commit is contained in:
fanyx 2025-01-30 18:16:38 +01:00
parent ebd226e0b4
commit 743b7a41d5
1 changed files with 6 additions and 1 deletions

View File

@ -36,13 +36,18 @@
</edit> </edit>
</match> </match>
<alias>
<family>nerd-icons-font-family</family>
<prefer><family>JetBrainsMono Nerd Font Mono</family></prefer>
</alias>
<!-- Set default fonts --> <!-- Set default fonts -->
<match target="pattern"> <match target="pattern">
<test name="family" qual="any"> <test name="family" qual="any">
<string>monospace</string> <string>monospace</string>
</test> </test>
<edit name="family" mode="prepend" binding="strong"> <edit name="family" mode="prepend" binding="strong">
<string>JetBrains Mono</string> <string>JetBrainsMono Nerd Font Mono</string>
</edit> </edit>
</match> </match>
<match> <match>