flocon/dot_config/fontconfig/conf.d/20-monaspace.conf

13 lines
310 B
Text
Raw Normal View History

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="scan">
<test name="family" compare="contains">
<string>Monaspace</string>
</test>
<edit name="spacing">
<const>dual</const>
</edit>
</match>
</fontconfig>