Kitty can now work with Roboto.
This commit is contained in:
parent
e09ebda7f0
commit
5a3de5e190
2 changed files with 16 additions and 30 deletions
12
_desktop/fontconfig/fonts.conf
Normal file
12
_desktop/fontconfig/fonts.conf
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue