summaryrefslogtreecommitdiff
path: root/.config/fontconfig/fonts.conf
blob: e33733c26c4621d68afe9a15e985e88bd9572325 (plain)
1
2
3
4
5
6
7
8
9
10
<fontconfig>
  <match target="pattern">
    <test qual="any" name="family">
      <string>monospace</string>
    </test>
    <edit name="family" mode="assign">
      <string>DejaVu Sans Mono</string>
    </edit>
  </match>
</fontconfig>