summarylogtreecommitdiffstats
path: root/99-scale-nerd-fonts-dm-mono.conf
blob: be9b65356c5e40b0d5ebee802958aa85ae116090 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
   <match target="scan">
      <test name="family">
         <string>DMMono Nerd Font</string>
      </test>
      <edit name="spacing">
         <int>100</int>
      </edit>
   </match>
</fontconfig>