Live data from Hacker News

Ask HN: What programming font do you use?

news.ycombinator.com

31–40 of 78 posts

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

#34

Geneva. I don't understand why programmers use monospace fonts, other than some kind of tradition.

I actually tried a programming font that is not monospace and it's not an issue. Left side is aligned the same anyway and I don't care if lines don't align on the right side.

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

#35
post #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 current…

[2] was raised in 2012 and still in discussion. I have no idea how fonts are made. Why does it take 2+ years to make a font italic?

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

#36

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

I use Inconsolata in most applications except emacs.

I'm using a fairly old version of emacs without Xft2 support so use codec[1] with it.

[1] http://www.all-day-breakfast.com/cannam/codec.html

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

#37
post #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 current…

[2] was raised in 2012 and still in discussion. I have no idea how fonts are made. Why does it take 2+ years to make a font italic?

Because you need to come up with a design for the cursive variant and then draw all those glyphs.

So the time needed is probably shorter than the time spent on the regular variant, but only by a small factor, certainly not orders of magnitude.

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

#38
post #15

Ubuntu Mono https://www.google.com/fonts/specimen/Ubuntu+Mono I like it a lot. Here an example of Sublime Text 3 + Ubuntu Mono 10pt + Blackboard Theme: http://imgur.com/qW8yyi0

I like Ubuntu Mono, but on some screens (probably depending on antialiasing settings?) it looks too fuzzy and I switch to Inconsolata. It seems one of those two will look good in any setting. Or if I have to deal with no anti-aliasing, Proggy TT is a nice (small, ~9pt) monochrome font.
Post reply on HN