Dotfiles/.config/fontconfig/fonts.conf

26 lines
929 B
Plaintext
Raw Normal View History

2023-11-22 09:39:58 +00:00
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- https://sw.kovidgoyal.net/kitty/faq/#kitty-is-not-able-to-use-my-favorite-font -->
<fontconfig>
<match target="scan">
<test name="family"><string>Monaspace Argon Var</string></test>
<edit name="spacing"><int>100</int></edit>
</match>
<match target="scan">
<test name="family"><string>Monaspace Krypton Var</string></test>
<edit name="spacing"><int>100</int></edit>
</match>
<match target="scan">
<test name="family"><string>Monaspace Neon Var</string></test>
<edit name="spacing"><int>100</int></edit>
</match>
<match target="scan">
<test name="family"><string>Monaspace Radon Var</string></test>
<edit name="spacing"><int>100</int></edit>
</match>
<match target="scan">
<test name="family"><string>Monaspace Xenon Var</string></test>
<edit name="spacing"><int>100</int></edit>
</match>
</fontconfig>