wiki

Help! I'm trapped in a wiki!

Site Tools


linux:font_rendering

Font rendering

At least for Arch linux, font rendering is generally controlled system-wide by /etc/fonts/local.conf

Disable antialiasing

To disable antialiasing for specific fonts, add to your font config file:
<match target="font">

<test name="family" qual="any">
<string>Tahoma</string>
</test>
<edit name="antialias" mode="assign">
<bool>false</bool>
</edit>
</match>

Custom fonts

Copy custom fonts over to /usr/share/fonts/<format>. It is advisable to create subdirectories for each font format.

See https://wiki.archlinux.org/title/Fonts for more.

Nice fonts

  • Tahoma along with System-UI are good looking old fonts.
  • Terminus font is a really nice monospace bitmap font.

See Graphics - Fonts for more.

linux/font_rendering.txt · Last modified: by 127.0.0.1