What do you want out of a coding monospace font?
from one_old_coder@piefed.social to programming@programming.dev on 16 Apr 07:20
https://piefed.social/c/programming/p/1987119/what-do-you-want-out-of-a-coding-monospace-font

Source from HN because they have shadowbans: https://news.ycombinator.com/item?id=47773594

I’m wondering too what you are looking for in a font. Good looks, features, options to enable or disable, ligatures?

#programming

threaded - newest

one_old_coder@piefed.social on 16 Apr 07:20 next collapse

I personally use PragmataPro and Berkeley Mono (both paid fonts) because they are pretty, have ligatures, and are narrow enough to show more text on a line.

Edit: I forgot https://typeof.net/Iosevka/ which can be customized to mimic other fonts.

Auster@thebrainbin.org on 16 Apr 07:26 next collapse

Archived ycombinator link: https://archive.ph/y43fV

one_old_coder@piefed.social on 16 Apr 08:58 collapse

Thanks.

deathmetal27@lemmy.world on 16 Apr 07:40 next collapse

I use Fira Code for coding, mostly because of the ligatures. For console I use Inconsolata because it’s compact and good for long console lines.

one_old_coder@piefed.social on 16 Apr 08:58 collapse

I admit that https://github.com/tonsky/FiraCode has the best presentation.

schnurrito@discuss.tchncs.de on 16 Apr 07:53 next collapse

Mainly that I can clearly distinguish Il1 and 0O. I like DejaVu Sans Mono because it does that; if I’m limited to fonts preinstalled on Windows, Lucida Console works too.

mbirth@lemmy.ml on 16 Apr 08:22 next collapse

Ligatures, slashed zeros, clearly distinguishable Il1/O0, not too big of a gap between lines, and maybe script-like italics. My current main monospace font is IosevkaTerm Nerd Font.

I also find the idea of using retro pixel fonts interesting, but so far couldn’t get myself to actually try some of the fonts mentioned here: news.ycombinator.com/item?id=47708411 .

theherk@lemmy.world on 16 Apr 08:31 next collapse

Everything VictorMono offers, exactly as offered. Also good for me to be able to distinguish O, 0, and Ø.

randomname@lemmy.org on 16 Apr 08:37 next collapse

+1 for VictorMono. It’s the best.

one_old_coder@piefed.social on 16 Apr 08:57 collapse

I like it, it’s pleasant to my eyes. Thanks.

MonkderVierte@lemmy.zip on 16 Apr 10:04 next collapse

Good readability of code.

fulg@lemmy.world on 16 Apr 10:08 next collapse

I am a big fan of MonoLisa, but it is a paid font.

I wasn’t convinced initially (never paid for a font before!) and found some version of it online, found that I liked it very much, then willingly parted with my money for a license.

I really like the difference between normal and italics, I set up my code editor to use italics for comments.

Nighed@feddit.uk on 16 Apr 10:26 next collapse

When you said ‘paid’ I was thinking £5, not £50 (for the basic version!)

fulg@lemmy.world on 16 Apr 12:09 next collapse

Yeah that’s why I found an “evaluation” version before. Once I saw it was genuinely great I was happy to pay for a license.

I look at this font 12+ hours a day everyday for work, if this was just for ricing a terminal window I agree it is a bit steep.

one_old_coder@piefed.social on 16 Apr 12:22 collapse

On PragmataPro, I know it’s a bit pricey (60 euros) but I’ve been using 12 hours a day for years, it has a lot of characters available, supposedly hand-made, and the guy updates it regularly.

I have bought software that was more expensive but had way less usefulness.

bradboimler@lemmy.world on 16 Apr 15:07 collapse

Distinct lower case connections

I stopped reading right there 🙂

vogi@piefed.social on 16 Apr 07:48 next collapse

Recently switched to Maple Mono because it is fun and cozy.

Kissaki@programming.dev on 16 Apr 10:23 next collapse

Connected strokes in italic style, vivify your code.

That’s cool and interesting (you can see it in action and toggle-compare on the linked website)

I wonder how distracting it would be in code, though. If it is, their configurability allows skipping that feature though, which is great.

vogi@piefed.social on 16 Apr 12:20 collapse

Yea, as its only applied to italics its less distracting than it might seem at first. Your IDE may not even use italics. In VSCode with my theme, italics are used for comments and variable names, which looks like this: <img alt="WLNTqLUp8P2AC1W.png" src="https://media.piefed.social/posts/WL/NT/WLNTqLUp8P2AC1W.png">

hallettj@leminal.space on 16 Apr 18:51 collapse

I like to use this style of italics for keywords. (That’s also what the Maple examples do.) My thinking is you see keywords so often that you recognize them by shape, not by reading the individual letters. And my theory is that the italic variant being a little harder to read helps my eyes skim over keywords, to focus more on words that I do need to read precisely, like variable names.

It does mean that I spend some time customizing my syntax highlighting theme to make it work the way I prefer. I’ve got examples set up on my blog. Although that’s not Maple - it’s a different font with cursive italics called Cartograph CF.

bitfucker@programming.dev on 16 Apr 14:28 collapse

This is a great find. Thank you very much kind internet stranger

Kissaki@programming.dev on 16 Apr 10:26 next collapse

I use Cascadia Code / the NerdFonts extension Caskaydia Code.

Primarily I look for readability, distinguishability. Ligatures are nice, I came to like them. Eligibility on different font sizes and weight/bold and italic, and colors - they must remain very readable and distinguishable.

I’m using the same font (family) for coding and terminal/console.

one_old_coder@piefed.social on 16 Apr 12:18 collapse

I had never heard of that font, I’ll try it someday, thanks.

syklemil@discuss.tchncs.de on 16 Apr 10:42 next collapse

Not that big on ligatures in monospace, really. I think I just go with what seems to look kinda nice and has a big enough amount of symbols to not look weird once a few of them are needed.

Also generally prefer dotted zero, or an inverse Ø. Fonts that make 0 and Ø look the same might as well just drop the slash altogether.

In spite of that I’ve been using Fantasque Sans Mono for years. At least the slash in its 0 doesn’t extend beyond the circle like in an Ø.

kata1yst@sh.itjust.works on 16 Apr 16:46 collapse

This is my choice too. I love it.

vext01@feddit.uk on 16 Apr 11:08 next collapse

I love iosevka because it’s so condensed. You can fit so much on the screen.

one_old_coder@piefed.social on 16 Apr 12:23 collapse

I love narrow fonts because it feels like regular text, but monospaced at the same time, and lines are easier to read too.

atzanteol@sh.itjust.works on 16 Apr 11:09 next collapse

I’m not terribly picky, mostly just want to distinguish 0 from O and l from 1.

I rather like JetBrains mono though.

spacemanspiffy@lemmy.world on 16 Apr 13:51 next collapse

No ligatures, and no ambiguity between O and 0, l and 1 and I, etc.

No serifs too, I guess. Although I don’t think that’s very common in coding fonts.

AstroLightz@lemmy.world on 16 Apr 15:23 next collapse

Pretty colors. That’s it

sfxrlz@lemmy.world on 16 Apr 16:16 next collapse

Vibes, gotta feel comfy. That’s why it’s 0xProto nerd font mono for me

andicraft@lemmy.blahaj.zone on 16 Apr 16:24 next collapse

I want it to be Iosevka

whotookkarl@lemmy.dbzer0.com on 16 Apr 17:01 next collapse

For mono space I’ve been using Ubuntu mono for a long time, there may be better but it was good enough when I was choosing and I haven’t had any issues that made me want to pick a new one. For standard I use open sans.

belated_frog_pants@beehaw.org on 16 Apr 17:39 next collapse

Perfectly half circle parens

bleistift2@sopuli.xyz on 16 Apr 18:55 collapse

I would like my parentheses to look normal, thank you.

olafurp@lemmy.world on 16 Apr 19:03 collapse

For me, distinguish similar letters such as 0, O, I, l, 1. Then I want ligature because I like them, then emojis should align vertically to the grid, high resolution for small font sizes, size difference between tall and not-tall characters, and it shouldn’t have narrow characters.

Last time when I was changing up the font I went to www.nerdfonts.com/font-downloads and tried out a couple until I found one that I liked. I’m really picky about the symbol shapes, I most often just bail on a font because the @, % or & is ugly I might also bail if ` vs ’ is not distinct enough.

Some fonts have absolutely wild italics that are almost cursive which is a hard pass. Even though I only see it once every week maybe I’m just not up for it.