Live data from Hacker News

Ask HN: What programming font do you use?

news.ycombinator.com

71–78 of 78 posts

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

#71
Nobody mentions if they use Retina when recommending those "newer" fonts. I imagine most fonts that "only look good in 48pt" in my screen can be used for coding in Retina screens (never seen one of those).

BUT when using low-dpi monitors, very few get the hinting right, and bitmap (6x13 [1]) is king.

[1] http://www.chiark.greenend.org.uk/~sgtatham/fonts/

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

#72
post #68

I use tamsyn ( http://www.fial.com/~scott/tamsyn-font/ ) where I can. It's a bitmap font and looks great at small sizes. However since it's a bitmap font there's a few places that it can't be used.

Interesting to me how the very clear bitmap fonts are so close to Terminus/linux fonts. Its almost like there is only one way to put the pixels.

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

#73
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…

Just a minor nitpick: you are probably referring to an oblique style, not italic. Italic style implies a calligraphic handwriting look-alike, and is way more common with serif typefaces. Oblique style is just glyphs tilted to right, and I think that's what you meant here. No offense intended, of course.

"No offense intended?" Even the system font selector uses "italic" ...

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

#74
post #6

In Emacs (GUI): Droid Sans Mono https://www.google.com/fonts/specimen/Droid+Sans+Mono In my terminal: Source Code Pro https://www.google.com/fonts/specimen/Source+Code+Pro

Have you tried Droid Sans Mono Slashed? I find that the slashed 0 helps readability quite a bit.

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

#76
post #67
post #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.

> Proggy Tiny for the input console I would humbly suggest trying either MonteCarlo [1] or its derivative, Tamsyn [2]. Certain characters (like the "@" symbol) look much better in either of these fonts. [1] http://www.bok.net/MonteCarlo/ [2] http://www.fial.com/~scott/tamsyn-font/

Tamsyn doesn't work for me in Sublime Text 3 - do you know why?

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

#78
post #73

Earlier quoted context omitted.

Just a minor nitpick: you are probably referring to an oblique style, not italic. Italic style implies a calligraphic handwriting look-alike, and is way more common with serif typefaces. Oblique style is just glyphs tilted to right, and I think that's what you meant here. No offense intended, of course.

"No offense intended?" Even the system font selector uses "italic" ...

Yes, but CSS, for instance, uses 'oblique'. You can look up the definitions yourself if you don't trust me...
Post reply on HN