Linux – Changing TTY font to a non-default font

consolefontslinuxtty

I found two ways to change the TTY font:

  1. dpkg-reconfigure console-setup

  2. editing /etc/default/console-setup

Either way I'm limited to the fonts in /usr/share/consolefonts (I'm using Debian).

  • How do I install new console fonts?
  • What are the requirements for this kind of font?
  • … in particular: would it be possible to use Anonymous Pro as console font?

Best Answer

Installing FbTerm was what I went with to get nice fonts in my CLI environment. It's a frame buffer terminal emulator (so no need for X org) that supports nice rendering of the same kinds of fonts you would use in a GUI.

Related Question