Live data from Hacker News

Ask HN: What programming font do you use?

news.ycombinator.com

21–30 of 78 posts

Re: Ask HN: What programming font do you use?

#22

Courier New (Visual Studio). I keep trying other stuff, but they are a distraction. Courier New does not draw attention to itself, just seems to blend in, and the code communicates directly to you.

I'm a huge fan of Adobe's Source Code Pro, but you might wanna take a look at Courier Prime: http://quoteunquoteapps.com/courierprime/

Re: Ask HN: What programming font do you use?

#25

Inconsolata http://www.levien.com/type/myfonts/inconsolata.html

If you program with Japanese comments, I really recommend Ricty.

It's a combination of Inconsolata for Latin characters and an IPA font variant called Migu 1M for Japanese characters in the same dimensions.

I've never seen it as a binary, so you have to run a script to build it yourself.

https://github.com/yascentur/Ricty

Re: Ask HN: What programming font do you use?

#28
I am hugely anal about this topic and I've tried all fonts mentioned at the time of this post. In the end, Consolas has racked up the most miles during my coding and Proggy Tiny for the output console (allows you to fit quite a lot). Don't get me started on color theme.

Re: Ask HN: What programming font do you use?

#30
My favorite is Source Code Pro by Adobe [1]. I use it on Mac OS X and Ubuntu. On Windows I have to use Consolas, because SCP does not render well in gVim for Windows (at least not on my system).

Note that Source Code Pro does not have an Italic typeface yet. Italics are commonly used for source code comments and most editors will automatically emulate the shapes, often with poor results. Active development is currently being done in this direction [2].

[1]. http://dwabyick.github.io/Source-Code-Pro

[2]. https://github.com/adobe-fonts/source-code-pro/issues/6

Post reply on HN