Monospaced Fonts: Typefaces for Programmers
Personally, I’m a big fan of Source Code Pro and even use it here on my blog and in my letterhead for accents. The biggest advantage for me is the availability at Google Fonts.
Otherwise, of course, mainly in my editor Sublime Text and in my iTerm terminal.
Changing font in Sublime Text ¶
Cmd + , and then add the following setting:
“font_face”: “Source Code Pro”, “font_size”: 14, “highlight_line”: true,
Changing font in iTerm ¶
Cmd + , -> Profiles -> TextAlternatives ¶
Other good alternatives for developers are regularly discussed on Slant.