<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <description>Enable opentype features for CommitMono to make it match better with Inter as its monospace counterpart</description> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>CommitMono</string> </test> <edit name="fontfeatures" mode="append"> <string>ss03 on</string> <!-- smart case --> <string>ss04 on</string> <!-- symbol spacing --> <string>cv02 on</string> <!-- alt g --> <string>cv06 on</string> <!-- alt 6 & 9 --> </edit> </match> </fontconfig>