Live data from Hacker News

Ask HN: What is your default font for coding and terminal?

news.ycombinator.com

71–80 of 104 posts

Re: Ask HN: What is your default font for coding and terminal?

#72
Quinze https://www.programmingfonts.org/#quinze

I was on a quest to find the narrowest font and Quinze was the answer. It's something like 20% narrower than Iosevka, which is already quite narrow. I love Iosevka but to me nothing beats maximizing the area of the characters (readability) while minimizing their width (fitting more characters on a line). That means sacrificing the number of lines on the screen, which I solve by splitting when needed.

In fact this font is so narrow that when I attempted to force its use in all monospace text in the browser, readability took a hit instead of improving. This is because at the same height Quinze is much smaller than "normal" fonts. In my coding setup I use a huge font size so it's no problem.

Re: Ask HN: What is your default font for coding and terminal?

#73
I've tried a lot of different monospaced fonts, but I've settled on these 3:

IDE:

• Cascadia Mono - https://docs.microsoft.com/en-us/windows/terminal/cascadia-c...

• CaskaydiaCove Nerd Font (as a fallback) - https://github.com/ryanoasis/nerd-fonts/tree/master/patched-...

Terminal:

• Hack Nerd Font - https://github.com/ryanoasis/nerd-fonts/tree/master/patched-...

Re: Ask HN: What is your default font for coding and terminal?

#78
macOS, iTerm, Menlo

Menlo isn't the perfect font, but it's good enough and I wasted way too much time trying to find the perfect font. So to force myself from fiddling with fonts, I just stick with Menlo (This is also the same reason why I prefer macOS over Linux for my OS: forces me to fiddle less with customization because it has less).

JetBrains Mono is quite nice as well. I don't always switch it off when using JetBrains products.

Post reply on HN