dotfiles/_desktop/fontconfig/fonts.conf

13 lines
264 B
Plaintext
Raw Normal View History

2022-04-25 01:26:56 +02:00
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="scan">
<test name="family">
<string>RobotoMono Nerd Font</string>
</test>
<edit name="spacing">
<int>90</int>
</edit>
</match>
</fontconfig>