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
|
@ -21,6 +21,7 @@ CONFIG_LINKED_FILES_HOME=(
|
||||||
".config/dconf"
|
".config/dconf"
|
||||||
".config/dunst"
|
".config/dunst"
|
||||||
".config/espanso"
|
".config/espanso"
|
||||||
|
".config/fontconfig"
|
||||||
".config/git"
|
".config/git"
|
||||||
".config/gtk-2.0"
|
".config/gtk-2.0"
|
||||||
".config/gtk-3.0"
|
".config/gtk-3.0"
|
||||||
|
|
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