vote up 10 vote down star
6

Hi,

I like to find some new/interesting fixed width fonts for terminal console.

We all know Lucida / Courier, what else?

Anyone?

So, the winner is Consolas (which indeed is built in in new windows7)

Jeff had good topic about that:

Other interesting fonts are:

* Inconsolata
* Proggy Clean
* Terminus
* 6x13 (if you need small font )
flag

See this question: stackoverflow.com/questions/4689/…. – Robert Gamble Jan 2 at 15:59
I won't agree that font's for programming / console are same. Unless you program in VIM :) – Mike TK Jan 2 at 16:03
Courier, 'cause it's there. On an equally worthy topic, I'm sure you'll find it most useful to know that I like to place my coffee mug to the right of my keyboard, not the left, and that my chair is set to the second highest notch. :) – jTresidder Jan 2 at 18:30

16 Answers

vote up 18 vote down check

Consolas.

I found Consolas from Jeff's blog. It is by far my favorite monospaced font.

link|flag
We use it for code at work too. – Nippysaurus Aug 10 at 5:11
Any reason why this post is getting some attention? – jjnguy Aug 10 at 5:24
vote up 1 vote down

FixedSys, Consolas, Sans Serif.

link|flag
vote up 1 vote down

something monospace and sans serif, don't care otherwise

link|flag
vote up 2 vote down

I like Proggy Clean.

link|flag
vote up 2 vote down

You could try e.g. Consolas. However, other fonts must be configured in the Registry (see http://blog.wolffmyren.com/2008/09/15/consolas-as-cmdexe-windows-console-font/)

link|flag
I love consolas, I use it everywhere nowadays. – Kezzer Jan 2 at 15:41
vote up 0 vote down

Consolas 10pt

link|flag
vote up 0 vote down

Andale Mono is another option I've played with (although I didn't settle on it).

link|flag
vote up 2 vote down

There is a nice list of monospaced fonts here, which might provide some inspiration.

update: broken link

I have updated the link above, from @jleedev's comment, but, as he points out, the links to the images appear to be broken. Appologies.

old link was: http://www.lowing.org/fonts/

link|flag
@AJ: My browser is reporting the site you linked to as an attack site. Do you think you could link to similar information on a different site? – Bill the Lizard Aug 4 at 0:08
Text of the article, but the images are still broken: kuro5hin.org/story/2004/… – jleedev Nov 18 at 21:39
Thanks, @jleedev. I've updated the entry. If I come across anything similar that works, I'll post it. – AJ Nov 23 at 10:07
vote up 3 vote down

6x13 - the classic xterm font. Its claim to fame is that it is 6 pixels wide, where the smallest useful size of Lucida Console is 7 pixels wide. Using 6x13 an 80 column terminal or editor window is 480 pixels wide plus scrollbars and window borders. This means that a 1024 pixel screen is wide enough for two editor or shell windows side by side and a 1600 pixel screen is wide enough for three.

While 1024 pixel screens are a bit outmoded on PC's these days they are widely found on netbooks. 1600x1200 screens are widely used on PC's, so this font has a couple of sweet spots depending on what type of screen you have.

A windows version can be downloaded here. There are also several 6-pixel wide X11 fonts that are less than 13 pixels high (often named 'clear'), so you can get more lines on the screen. However, I've never seen windows .FON conversions of them. Note that these are bitmap fonts and while fairly frugal with screen real-estate they are not scalable and do not support antialiasing.

P.S. having said that, I'm using Lucida Console on Windows at work, although I have two 1280x1024 screens which are wide enough for it. Lucida console is not quite as tall as 6x13 so it gives more lines for a given number of pixels vertically. At home I have two 1600x1200 displays and use 6x13 on Linux and Lucida Console on Windows for Visual Studio.

link|flag
vote up 0 vote down

Proggy or Terminus (ter-112n 9pt), both are excellent for coding too.

link|flag
vote up 0 vote down

So, the winner is Consolas

Jeff had good topic about that:

Other interesting fonts are:

link|flag
vote up 1 vote down

This programmer's font is great if you find coding too easy and want something else to think about while you're working, or you're mounting some kind of offensive campaign against your eyes for some reason.

link|flag
vote up 0 vote down

Consolas if you are a Windows only dude (it looked like garbage when I tried it elsewhere). Inconsolata if you are on other platforms.

link|flag
vote up 0 vote down

I was a Consolas freak for quite a while but I have just converted to Monaco -- it's an Apple font available for windows too. Very easy on the eye .. but maybe I just like curvy things ;)

link|flag
vote up 0 vote down

ProFont is a great alternative to Monaco (slashed zeroes, more distinct punctuation marks, can tell the difference between I, l and 1.)

link|flag
vote up 0 vote down

Fixed 18 Medium. Very clear, supports many characters, and it comes with X.

The only issue I've had with it is that gnome-terminal will do some adjustments on the font size. That is, I have yet to see the real fixed-18 in gnome-terminal(xterm ftw). And, if you don't get the real fixed-18 it just looks like garbage, IMO.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.