fonts: use FiraMono, i think
This commit is contained in:
parent
ebd226e0b4
commit
743b7a41d5
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue