Name of the font used in Linux Console (TTY)

13,336

Solution 1

The font in the image you supplied is the VGA font (I believe people refer to it as the VGA 437 font, but it's ambiguous; take a look at the wikipedia page.) This rendering is not something specific to Linux – it's your graphics card's rendition. Every graphics card I've used has used this particular rendering by default. I found a TTF clone of it here.

The Linux TTY has other fonts and sizes too. If you want to customize it, try

sudo dpkg-reconfigure console-setup

Solution 2

Judging by the shape of the letter M, it's a generic VGA 8x16 font. (If the middle of the M was thicker, it'd be the more widely used but less efficient to emulate VGA 9x16 font.)

The Oldschool PC Font Resource has very well made modern font files that are pixel-perfect replicas of these older character glyphs. Click on "The Fonts" at the top of the page to see samples, and the download link is at the top of the screen as well.

Share:
13,336

Related videos on Youtube

ksharma377
Author by

ksharma377

An Imperfect Perfectionist! :D

Updated on September 18, 2022

Comments

  • ksharma377
    ksharma377 almost 2 years

    What is the name of the font that is used in Linux Console TTY 1-6?

    Image

    • Gilles 'SO- stop being evil'
      Gilles 'SO- stop being evil' about 9 years
      It's whatever has been configured on your system, or whatever the video card provides. You're apparently using Ubuntu, I don't know if it has a consistent default. Try identifont.
    • ksharma377
      ksharma377 about 9 years
      Maybe by the image it looks like I'm using Ubuntu, but this is not the screenshot of my system, Although the font is same here. I'm using Fedora 21. And I was wanting to know how to find out the name of the font (default or not) which is currently being used by the virtual console. A sort of command.
    • ZeroNegative
      ZeroNegative about 9 years
      Maybe some of these could help you: askubuntu.com/questions/97469/…
  • ksharma377
    ksharma377 almost 9 years
    Although the command you mentioned doesn't work for Fedora (as it is not Debian-based), but the font looks pretty similar. Thanks for the link!