Hacker News new | ask | show | jobs
by globular-toast 635 days ago
Do you have a working config for this on Linux?
2 comments

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>
This is a regular control panel setting in Linux Mint (Cinnamon). Not sure about other distros.