There should be more variable-width coding fonts.
Lesser Known Coding Fonts
21–30 of 250 posts
Re: Lesser Known Coding Fonts
#22I see Input Mono is mentioned, but I actually really like using Input Sans, also from Font Bureau. It's a proportional coding font. I feel like I'm living in the future. You can get it here: https://input.fontbureau.com And amazingly, you can personalize your font on download, such as choosing dotted vs slashed zeroes. Not free, but free for personal, non-commercial use. (Check the terms)
Re: Lesser Known Coding Fonts
#23Re: Lesser Known Coding Fonts
#24I see Input Mono is mentioned, but I actually really like using Input Sans, also from Font Bureau. It's a proportional coding font. I feel like I'm living in the future. You can get it here: https://input.fontbureau.com And amazingly, you can personalize your font on download, such as choosing dotted vs slashed zeroes. Not free, but free for personal, non-commercial use. (Check the terms)
I'll try Input Sans.
Re: Lesser Known Coding Fonts
#25Re: Lesser Known Coding Fonts
#26Earlier quoted context omitted.
The kerning is easier in your eyes, and is also much more space efficient. The only drawback is the inability to do ascii art.
Maybe it's because I've only used fixed-width fonts for programming and have gotten used to it - but I find fixed-width fonts significantly easier on the eyes.
Re: Lesser Known Coding Fonts
#27It's hard to do these fonts justice via preview alone, but in whole it's very legible to read.
Aside: If you want fast access to a ton of fixed-width (coding) fonts, pre-patched for powerline, you can grab them at https://github.com/powerline/fonts.
If you do CJK (Chinese, Japanese, Korean) characters in the terminal and want crisp, bitmap ligatures, I recommend Wen Quan Yi Micro Hei. But it doesn't work well scaled up in HiDPI monitors unfortunately! CJK in the terminal is still kind of a mystery to me.
Re: Lesser Known Coding Fonts
#28My favorite coding font is Monaco. Feels like the cleanest of them.
"Monoid" in the linked article made me think of it immediately.
Re: Lesser Known Coding Fonts
#29Also, in Visual Studio Code you can fine-tune your coding font using these options:
"editor.fontFamily": "'Fira Code', monospace",
"editor.fontSize": 14,
"editor.lineHeight": 14,
"editor.letterSpacing": -1.0,
"editor.fontWeight": "300",
"editor.fontLigatures": true,
I recommend tuning your lineHeight and letterSpacing.Re: Lesser Known Coding Fonts
#30I have used Sudo and Monoid for years. Other fonts I like are: - 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.