What fonts do you use for programming, and for what language/IDE? I use Consolas for all my Visual Studio work, any other recommendations?
|
123
|
|||||
|
|
|
Verdana - Variable width and easy to read on screen at small sizes. |
|||
|
|
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.
|
|||
|
|
|
|
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.
It's a little hard to track down in the original non-OS-X version. |
|||
|
|
Instead of just chiming in with another vote for a particular font, I'd recommend reading these comparisons of programming fonts where you can learn a little more: Jeff Atwood's excellent "round-up": Another review of 5 fonts with nice screenshots: |
|||
|
|
|
|
+1 for Consolas, together with a proper Color Scheme (I use the white one at the first screenshot) |
|||
|
|
|
|
Lucida Sans Typewriter |
|||
|
|
|
|
Another vote for Consolas for code editing, and Dina for console output. |
|||
|
|
|
|
Another vote for Consolas. My favorite IDE font at the moment. |
|||
|
|
|
|
I'm going to make some enemies with this, but I actually use -- gasp -- a non-monospace font! I occasionally switch back to a monospace to disambiguate something, but mostly find that a good clean sans-serif font is easiest to read and doesn't waste screen estate. An IDE with good syntax colouring helps. |
|||
|
|
|
|
I second Consolas, Inconsolata, DejaVu Sans Mono, and Droid Sans Mono, with my preference going towards the Droid one. |
|||
|
|
|
|
Neep Alt 13/17 is very good. |
|||
|
|
My favourite is ProggyClean at 11px. I've been using it for 2-3 years and it's great for getting lots on screen without being painful to read. It deserves even more attention than the couple of mentions it's had so far: The site has many variations including slashed zeroes, bold for function marks etc: (As an aside, my most-loved favourite text editor, TextPad, allows you to have different fonts and font sizes for different file types, which is a really great feature.) |
|||
|
|
|
|
Until I found ProggyTiny, I always made my own fonts using Softy. It's surprisingly easy, and might increase your productivity if you're annoyed by some features of your current font (like "Q is too similiar to 0"). |
|||
|
|
|
|
I use Terminuse in almost everything (Eclipse, putty and other terminals): http://fractal.csie.org/~eric/wiki/Terminus_font I must say that I don't get it why most people use small fonts like 9pt, do you have 14" monitors or what? For me the best way is to use font size that makes my monitor display at most one 30-40 line method, this way I need to create smaller methods :) |
|||
|
|
I use MonteCarlo, which is based on ProFont but has a bold face too. That way IDEs/editors that use bold as part of their syntax highlighting leave your text still properly fixed width.
Like ProFont, Proggy & others, its quite small (& being bitmap based, obviously doesn't scale), but I like a small font for coding and its still extremely clear and easy on the eyes. |
||||
|
|
|
I have to agree with Kevin Kenny, Proggy fonts all the way, though I prefer Proggy Clean. But either way you have to go with a font that clearly shows the difference between the number 0 and the letter O. Which the preview font here doesn't really show that. |
|||
|
|
|
|
I'm on PanicSans 12pt w/ AA on TextMate, but loving Inconsolata on Terminal/vim... (debating changing my TM font to this one... but point size 14pt) :) |
|||
|
|
|
|
Consolas for me as well |
|||
|
|
|
|
I just tried Consolas and Envy - Envy seems "too narrow" to my eyes, but Consolas looks great (I am on a mac). Thanks for the tips ! |
|||
|
|
|
|
Courier New for me as well, it's well spaced. |
|||
|
|
|
|
Lucida Console every time. I've never found a font that can pack as many lines of code onto the screen at the same point size without looking cramped. And it looks nice too. |
|||
|
|
|
|
I love consolas, especially with italics for comments. The little italic curlicues are so cute :P |
|||
|
|
|
|
@modesty:
You can install the font on a Mac. I use it all the time, everywhere, without any problem. The only thing to pay attention for is to set |
|||
|
|
|
|
Another vote up for Dina. As long as you use it at its optimum size (9 pt), it looks great.
|
|||
|
|
For quite some time I've been using ProFont, mainly because it allows a lot of lines fit into a given height (a lot more than say Consolas or others). Consolas is not bad either, though... |
|||
|
|
|
|
I never considered changing my font, I have always been happy with Courier. This thread has truely opened my eyes, if only I could upvote it! Went with Droid Sans Mono. |
|||
|
|
|
|
Don't forget the colours! For some reason Delphi 7 in Twilight does not render Droid Sans Mono well, but in Visual Studio with an orange on black theme it is excellent. Deja Vu Sans Mono is the best all rounder. I use it almost everywhere. Consolas would be excellent apart from its ugly Q glyph. One other thing I have found since I entered the world of work is that even though I have great eyesight I like to keep my code font around 12 or 13pt size both to reduce eye strain and to make sure I can't put too much text on screen. It's sort of an incentive to keep code blocks vertically short. I note that this edit box does not respect my browser's default monospaced font. It's giving me Monaco (I'm on OSX). Monaco is horrible. It's glyphs have poorly angled elements and it's capitals are not well proportioned. Oh, and it almost doesn't matter on Windows because your font will not look right anyway. /me dons flame retardent suit |
|||
|
|
|
|
Tahoma is very readable.
If you need it larger then use Verdana.
|
|||
|
|
|
|
ProFont is a great font for code, Consolas a 2nd runner up. You could always go retro with a little Terminal font for a little nostalgia (customize the background color to black and foreground font to green for the full effect!). |
|||
|
|
|
|
In bash and vim I use Lucida Typewriter, but in Kate, Scintilla, Eclipse, and Netbeans I (currently) use Lucida Casual, i.e., a proportional font. Ten years ago I started using proportional fonts in Visual Studio (MS Comic Sans) and it works very well for me. Colored syntax highlighting in said IDEs provides excellent readability and for text-heavy languages like HTML and LaTeX a proportional font is a natural choice. |
|||
|
|




