To configure console fonts in Linux (Debian / Ubuntu distribs), you should use the package console-setup. It can be installed the following way: # apt-get install console-setup Next, open in nano editor /etc/default/console-setup file and set the fonts that you want. For ex.: FONTFACE=”Terminus” FONTSIZE=”16″ Don’t forget to restart console-setup service to apply changes: # [...]
If you enjoy our post, feel free to subscribes to our rss feeds
