Coding Fonts
Not just an endeavor in aesthetics!

Having recently discovered the plethora of coding fonts available online, it occurred to me that quite a bit of thought has been put into something I have always seen as rather trivial. The more I read about it, the more I have come to realize that using a font specifically designed for software development can be extremely beneficial.
My first thought was, "what on earth could require so much thought?" As I continued my browsing, the all the pieces started to fall into place. Some of the things coding fonts specifically try to emphasize/improve upon include:
- Appropriately styled for typically used sizes (~8pt - 10pt)
- Smaller line-height (means seeing more lines of code at once)
- More readable symbols (esp. brackets, parenthesis, etc.)
- Designed to be monospaced from the ground up (full-width/centered characters, etc.)
- Reasonable tab sizing.
I'm sure there are plenty of others, but these are some of the things I found valuable right off the bat.
If you're interested in giving some programming fonts a whirl, I highly recommend you start your exploration with Proggy Programming Fonts. I particularly like (and currently use) the one called CodingFontTobi which really makes reading through large blocks of code a breeze. I discovered it wasn't fully compatible with OS X (tabs would appear as funky symbols), so if you've got a Mac I recommend downloading my modified version.



I use 18pt Comic Sans for programming. It just makes my code seem more friendly.
Left by Paul | Jul. 10, 2008 at 3:45pm
Dina is a great programming font:
http://www.donationcoder.com/Software/Jibz/Dina/
Consolas is pretty cool for the Windows command line if you can get it to work:
http://blogs.msdn.com/ie/archive/2008/04/22/give-your-eyes-a-treat.aspx
Left by Bernie Zimmermann | Jul. 11, 2008 at 2:52pm
I was just reading about consolas here: http://www.labnol.org/software/tutorials/change-font-dos-command-prompt-window-consolas-programming-font/3253/
I think that might be wort looking into. But I generally give up and use Monico (Mac)
Left by Paul | Jul. 13, 2008 at 12:18pm
Leave a Comment