Hacker News new | ask | show | jobs
by arexxbifs 629 days ago
Try this:

  $ cat $HOME/.config/fontconfig/fonts.conf 
  <match target="font">
      <edit name="rgba" mode="assign">
          <const>none</const>
      </edit>
      <test qual="any" name="size" compare="more">
          <double>1</double>
      </test>
      <test qual="any" name="size" compare="less">
          <double>22</double>
      </test>
      <edit name="antialias" mode="assign">
          <bool>false</bool>
      </edit>
      <edit name="hintstyle" mode="assign">
          <const>hintfull</const>
      </edit>
  </match>