Lesser Known Coding Fonts
vfoley.xyz
Lesser Known Coding Fonts
1–10 of 250 posts
Re: Lesser Known Coding Fonts
#2Re: Lesser Known Coding Fonts
#3Re: Lesser Known Coding Fonts
#4I 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
#5There should be more variable-width coding fonts.
Re: Lesser Known Coding Fonts
#6its nice and readable, but has ligatures, which makes things like == & -> very obvious.
Re: Lesser Known Coding Fonts
#7Re: Lesser Known Coding Fonts
#8- Luculent, http://eastfarthing.com/luculent/
- Envy Code R, https://damieng.com/blog/2008/05/26/envy-code-r-preview-7-co...
B612 Mono would be an excellent font if the glyphs were well aligned.
Re: Lesser Known Coding Fonts
#9Re: Lesser Known Coding Fonts
#10There 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?
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.