Kitty can now work with Roboto.

This commit is contained in:
Bartek Stalewski 2022-04-25 01:26:56 +02:00
parent e09ebda7f0
commit 5a3de5e190
2 changed files with 16 additions and 30 deletions

View file

@ -0,0 +1,12 @@
<?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>