# 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:
````
> ````
> ``Tahoma``
> ````
> ````
> ``false``
> ````
````
# Custom fonts
Copy custom fonts over to `/usr/share/fonts/`. 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](Graphics) - Fonts for more.