I've tried many but that one is just unbeatable.
Ask HN: What is your default font for coding and terminal?
71–80 of 104 posts
Re: Ask HN: What is your default font for coding and terminal?
#72I 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?
#73IDE:
• 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?
#74Re: Ask HN: What is your default font for coding and terminal?
#75For VS Code: FiraCode with ligatures enabled (yes I'm one of those weirdos) For the terminal: Inconsolata.
Re: Ask HN: What is your default font for coding and terminal?
#76How does PragmataPro vs Iosevka compare? I use Iosevka, but am curious about PragmataPro
Re: Ask HN: What is your default font for coding and terminal?
#77https://www.dafont.com/nouveau-ibm.font
Before that, I used Cousine. I probably still do in some places.
Re: Ask HN: What is your default font for coding and terminal?
#78Menlo 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.