vote up 151 vote down
star
95

What fonts do you use for programming, and for what language/IDE? I use Consolas for all my Visual Studio work, any other recommendations?

flag
add / show 3 more comments

110 Answers

1 2 3 4 next
vote up 127 vote down
check

Either Consolas (download) or Andale Mono (download). I mostly use Andale Mono. I wrote an article about programming fonts a long time ago, I think Consolas wasn't even out yet.

I find that typing Illegal1 = O0 is a good test of suitability.

link|flag
6 
Consolas is great if you're running ClearType on an LCD (though I haven't tried it on a CRT). Consolas is horrible if you don't have ClearType on because it was made with ClearType in mind. – Schnapple Sep 23 at 17:08
1 
Is it only me that thinks cleartype makes everything look slight out of focus? (ye sI do have an LCD!) – mgb Sep 23 at 17:14
1 
Consolas makes me feel sick... proFont and Andale are waaaay batter. – rshimoda Oct 15 at 10:18
1 
The Consolas link above only works if you have Visual Studio installed. Otherwise download the Powerpoint 2007 Viewer which contains the font. microsoft.com/downloads/… – TravisO Nov 26 at 19:13
1 
@mgb: YES! Sometime I activate ClearType to check again, and find everything to be fuzzy. I am probably too old school, but I prefer crisp characters, at least with small sizes. That's why I still prefer Andale Mono (or Bitstream Vera Sans Mono) over Consolas. – PhiLho Nov 29 at 9:06
add / show 3 more comments
vote up 38 vote down

I'm a big fan of the proggy fonts:

http://www.proggyfonts.com/

ProggyOptis 8 is a big fav of mine.

link|flag
add / show 2 more comments
vote up 34 vote down

I use Consolas for everything, including Notepad++, SQL Studio, Eclipse, etc. I wish there was a Mac version. Also, if you notice, the text area field on Stack Overflow uses Consolas, so we have some other fans out there as well :p

link|flag
add / show 3 more comments
vote up 33 vote down

I've really fallen in love with Droid Sans Mono.

alt text

link|flag
1 
Looks very nice but it should be mentioned that it doesn't have bold or italic, which many people like to have for syntax highlighting. – TM Jun 1 at 4:32
add / show 2 more comments
vote up 24 vote down

I like Envy Code R.

alt text alt text

link|flag
2 
For me, the font is too high - not necessarily the height of the characters, but the space between the lines. (I want more lines of code on the screen!) – Ola Eldøy Dec 30 at 11:37
add / show 3 more comments
vote up 24 vote down

I really really like Deja Vu Sans Mono. It is very clean and easy on the eyes.

link|flag
add comment
vote up 20 vote down

+1 for Monaco, although this blog post is making me think about switching to Inconsolata.

I'm curious as to what point size y'all use, I use the TextMate default size of 12pt.

link|flag
add / show 3 more comments
vote up 15 vote down

I use Consolas on my mac, BTW; here's a link to download the consolas TTF files if you want to install this (Mac/Win/Linux).

/mp

link|flag
add / show 1 more comment
vote up 15 vote down

I use Lucida Console for years and never find anything better.

However I tried a few times Consolas fonts and simply -- I prefer Lucida Console.

link|flag
add / show 1 more comment
vote up 15 vote down

I use Bitstream Vera Sans Mono, but you need to activate ClearType to get it readable .

I like the 'Illegal1 = O0' readablility test, mentioned earlier in this thread, thanks for that.

link|flag
add / show 3 more comments
vote up 13 vote down

+1 for Monaco

alt text

Just beautiful and I find I can read it for hours on end.

link|flag
add / show 1 more comment
vote up 11 vote down

For UltraEdit and anything for that matter, I use the good old Courier New.

alt text

I've found Consolas to difficult to read with it's over anti-aliasing.

link|flag
add / show 1 more comment
vote up 11 vote down

I have been using the Dina - http://www.donationcoder.com/Software/Jibz/Dina/index.html - font for awhile now for text editing and it seems to be doing the job nicely.

link|flag
add / show 3 more comments
vote up 11 vote down

ProFont. Am I the only one still using it?

link|flag
add / show 5 more comments
vote up 10 vote down

I like Fixedsys in Visual Studio. It's a classic. No anti-aliasing blur.

Fixedsys Typeface

link|flag
add / show 2 more comments
vote up 9 vote down

I like Profont, I first came across it when Jeff blogged about programming fonts

link|flag
add comment
vote up 8 vote down

I use Inconsolata with UltraEdit on Windows. With TextMate (on the Mac) I prefer Monaco (it's the default font).

link|flag
add comment
vote up 6 vote down

Inconsolata 14pt in TextMate

link|flag
add / show 1 more comment
vote up 6 vote down

I think the anti-aliasing blur on Consolas is caused by monitors which do not have ClearType enabled. Consolas was designed for ClearType.

[Jeff A: indeed, you can see screenshots of this in a post I wrote on this topic.]

link|flag
add / show 1 more comment
vote up 6 vote down

I like Terminus for some command line stuff, at least scrolling log files and irssi/irc (TTF versions available). Screenshot of the terminus.ttf in action below (PuTTY on Windows XP with ClearType enabled).

Screenshot of the terminus.ttf in action below (PuTTY on Windows XP with ClearType enabled).

link|flag
add / show 1 more comment
vote up 6 vote down

I'm amazed nobody has mentioned Pragmata. It's the BMW of programming fonts. Condensed, readable, and the pinnacle of simple elegance.

alt text

link|flag
add / show 4 more comments
vote up 5 vote down

Adding a vote for Consolas. It feels very easy on my eyes.

link|flag
add comment
vote up 5 vote down

I never found a reason to stray from Courier New. I don't think I'd have a problem with any font so long as it's sans-serif. Mono-spaced fonts are nice for coding, too.

link|flag
add / show 3 more comments
vote up 5 vote down

I use a proportional font too. They seem good for the same reasons they work in books and magazines: the more variation between characters, the easier it is for the brain to distinguish them; and you can fit more on the screen. Indentation still works fine: 6 leading spaces is still twice as wide as 3 leading spaces.

I use a version of Georgia that I hacked to make the lower case "l" look less like the digit "1", and put a slash through the zero.

link|flag
add comment
vote up 4 vote down

I don't use Consolas, though it does look good on LCD, but sometimes I'm not on LCD, like when I'm giving presentations and then it looks crap.

My current font of choice for programming is the Liberation Mono font.

Oh man, just discovered why the text on Stack Overflow looks like crap, it forces Consolas which is a cleartype font, and on my current setup which didn't have cleartype enabled, it looks very bad.

Going to make a bugreport on uservoice.

link|flag
add / show 1 more comment
vote up 4 vote down

I never found a reason to stray from Courier New. I don't think I'd have a problem with any font so long as it's sans-serif. Mono-spaced fonts are nice for coding, too.

Courier New has serifs.

link|flag
add / show 1 more comment
vote up 4 vote down

I like Consolas too, but I also like Anonymous: http://www.ms-studio.com/FontSales/anonymous.html

link|flag
add / show 1 more comment
vote up 4 vote down

Two pages where there's a long list of programming fonts are these pages on keithdevens.com and lowing.org

Some other discussions of programming fonts that may have more suggestions are the comments to this blog post on typographica and this topic on a text editor's forum.

Personally I like Triskweline:

alt text

link|flag
add comment
vote up 4 vote down

DejaVu Sans Mono (also known as Panic Sans), size 11, anti-alised. Previously I only used fonts that weren't anti-aliased, but it just seems to work for this font.

Screenshot of Panic Sans in TextMate

link|flag
add comment
vote up 4 vote down

Back in my Mac LC days I swore by Monaco 9pt, mostly for it's slashed 0. I never quite got used to the default line-height though.

monaco sample

It's a little hard to track down in the original non-OS-X version.

link|flag
add / show 2 more comments
1 2 3 4 next

Your Answer

Get an OpenID
or

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