Monaco
This font is installed by default on OS X. It is big and very easy to read.
![]() |
| Code Editor using Monaco |
Inconsolata
I've been using this font for years. It is a little smaller than other fonts at the same point size.
![]() |
| Code Editor using Inconsolata |
Source Code Pro
Adobe just released this font and it is very nice. I'm going to try using it for a while.
![]() |
| Code Editor with SourceCodePro |
ProFont
This is the first alternative font I used. I think the other mentioned here are nicer.
What do you use?
There are dozens of other great programming fonts. What is your favorite?



9 comments:
Been using ProFont since Spolsky suggested it.
The goal, at least pre-Retina display, is to have the most legible letters on the screen at a time. ProFont does a better job using fewer pixels than any other I've tried. So "big and very easy to read" usually isn't a programmer's metric, right? You want more code on the screen so that you're mousing or keystroking around to read code less.
I've looked for TrueType raster fonts, but can't find any as small as the Windows bitmap versions (though some larger ones were here). Those really are some works of art.
I use Menlo.
I use Consolas.
One thing I have always felt was lacking in most code editors is the ability to specify the leading separate from the font. On some screens a little more space between lines would be easier on the eyes then others.
Ok, so I installed Source Code Pro on my Mac. It shows up in all word processing apps, but it doesn't show up in the list of fonts in the REALStudio preferences. Why is that?
I'm using Consolas too.
@Roger: I installed Source Code Pro on my Mac and it showed up right away in the Real Studio prefs. Maybe close and re-open the RS prefs window or RS itself?
@Roger: RealStudio builds the font list it uses when it loads. So you have to restart studio to see the font.
I use two unusual ones, in that they go a different route than most monospaced/terminal fonts
One is monofur. It's pretty unusual and goes a different way than most with its roundiness, but it's easy to get accustomed to and ends up giving a lot of personality to the text you're editing.
http://eurofurence.net/monofur.html
http://www.dafont.com/monofur.font
The other is Ubuntu Mono. A font made to look as if it was proportional but that it's actually monospaced.
http://design.canonical.com/2011/09/ubuntu-monospace-beta/
I feel Consolas and Anonymous Pro deserve a mention. Both are fantastic.
Post a Comment