Add default monospace font
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
3e0e7570fc
commit
f6ff98f742
2 changed files with 9 additions and 0 deletions
8
system/.config/fontconfig/fonts.conf
Normal file
8
system/.config/fontconfig/fonts.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
<match target="pattern">
|
||||
<test name="family" qual="any">
|
||||
<string>monospace</string>
|
||||
</test>
|
||||
<edit binding="strong" mode="prepend" name="family">
|
||||
<string>Iosevka</string>
|
||||
</edit>
|
||||
</match>
|
Loading…
Add table
Add a link
Reference in a new issue