Get a better font for PuTTY

PuTTY is a popular SSH client for Windows — it works great and it’s free.  Out of the box it uses the Courier font, which looks like this:

PuTTY with default Courier font

I prefer the appearance of a traditional Linux (X11) console font.  To me, it makes text much easier to read.  A few years ago I came across a nice-looking Windows version of that font that works great with PuTTY.   Observe the difference:
PuTTY with MiscFixed SC613 9-point font

If you like this better, simply download the MiscFixedSC613 font from April King and drop it into c:\windows\fonts.  When you configure PuTTY, remember that this is a 9-point font only.

While we are on the topic of PuTTY, here is another tip.  Although PuTTY has a sophisticated configuration dialog that allows storing of profiles for hosts, I’ve found that it is generally easier if I skip all that and launch it the same way I use ssh from a Linux machine.  To do this, make sure putty.exe is in your PATH, open the Run dialog and type in putty user@host, like so:

Launching PuTTY from the Run dialog.

No muss, no fuss, no empty cans.

Related posts:

  1. iSCSI configuration: VMware ESXi vs. Microsoft Hyper-V
  2. Better console for PowerShell and VITK
  3. These are not the files you are looking for
  4. VI Toolkit (for Windows) 1.5 and the PowerShell prompt
  5. Installing vCenter on Linux Technical Preview

Tags: , ,


  • Share/Bookmark

  1. Rodos’s avatar

    Hang on, Perl looks good in any font!

    Reply

  2. Paul Shannon’s avatar

    Outstanding post. Simple little tips, but I use putty all the time and have always preferred the linux interface to ssh.

    Thanks Eric, keep up the excellent work.

    Reply

  3. JimO’s avatar

    Personally, I prefer the Terminus font in PuTTY. It’s scalable and easy on the eyes. It’s available at http://fractal.csie.org/~eric/wiki/Terminus_font

    Reply

  4. Eric Gray’s avatar

    Rodos: That’s not Perl. You trying to start a language-war on my site? :-)

    Paul: Thanks, I appreciate the feedback.

    Reply

  5. Rob M’s avatar

    If you don’t want to download anything and just use a decent font that Windows comes with, try the Fixedsys font.
    It’s easily readable on the default black background of putty with nice thicker letters. It’s also easy on the eyes, and since it’s a fixed font, things will line up properly in ASCII.
    Thanks for the post, as most people rarely change the defaults of putty, and it’s the little bits that make life so much better.

    Reply

  6. Michael Grant’s avatar

    I like the Leros10 font. It has all the latin-1 accents plus the euro symbol.

    http://www.cylog.org/graphics/rasterfonts.jsp

    Reply

  7. James’s avatar

    Hi Eric,

    This is just what I have been looking for because I really like this cool pirate font and want to show off to my workmates -> being the coolest / geekiest putty user (I was the first to start using colours! ;) )…..

    But how do I get putty to find the font? – I put it into C:\windows\fontrs like you said but when I start putty it is not there?

    Am I doing something wrong??

    Reply

    1. Eric Gray’s avatar

      Hmm. Should be standard Windows stuff. Check and see if the font is available in any other applications.

      Reply

  8. james’s avatar

    yeah, well the font you mentioned DOES work – the MiscFixedSC613 font, it works fine, but the dead hand treasure map pirate font that I downloaded does not. They are both ttf (true type fonts) and both show up in word when I use that. I am think there must the be specification that a font must subscribe to in order to be used on a comand line rather than in a GUI app like MS Word. Not sure what that would be though …

    Reply

    1. Eric Gray’s avatar

      I believe only fixed-width fonts are usable in PuTTY. Sounds like that may be the issue.

      Reply

  9. james’s avatar

    oops “think” should be “thinking” sorry.
    I remember when I installed slackware linux – there was a command line font config section within the setup (straight after installation) – one option was this really cool old fashioned “pirate-ish” font, but I can’t remember what it was called …

    Reply