summarylogtreecommitdiffstats
path: root/66-source-code-vf-is-pro.conf
blob: 262c2a371f95c16454cf6b89032fd24e726c852e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
  <match>
    <test name="family" compare="contains">
      <string>Source Code Pro</string>
    </test>
    <edit name="family">
      <string>SourceCodeVF</string>
    </edit>
  </match>
</fontconfig>