Live data from Hacker News

Lesser Known Coding Fonts

vfoley.xyz

1–10 of 250 posts

Re: Lesser Known Coding Fonts

#4
Nice article.

I think most just stick with fonts they've used in the past. In my case, I can't get myself to use anything other than Apple's Terminal (which uses SF Mono). Maybe later in the future I may budge and move off of it (iTerm2 for some reason can't quite exactly get SF Mono right, even though I import it).

Re: Lesser Known Coding Fonts

#9
post #5
post #2

There should be more variable-width coding fonts.

As someone who's never used a variable width font for writing code, I have to ask why would you want that?

The kerning is easier in your eyes, and is also much more space efficient. The only drawback is the inability to do ascii art.

Re: Lesser Known Coding Fonts

#10
post #5
post #2

There should be more variable-width coding fonts.

As someone who's never used a variable width font for writing code, I have to ask why would you want that?

Variable width fonts are generally more readable, which is why they’re generally used for prose.

Fixed-width fonts allow for easy tabular rendering in a text editor. Some programming styles use this heavily but it’s not universal. Particularly, if you rely on line-by-line blame in source control, alignment changes can make it harder to find the commit where the most recent semantic change happened.

Post reply on HN