this post was submitted on 16 Apr 2026
39 points (95.3% liked)

Programming

26563 readers
208 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] Kissaki@programming.dev 6 points 3 days ago (1 children)

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 4 points 3 days ago (3 children)

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: WLNTqLUp8P2AC1W.png

[–] prole@lemmy.blahaj.zone 3 points 2 days ago* (last edited 2 days ago)

Why is 'l' the only cursive letter (and not connected to anything)? It's kind of jarring

[–] thingsiplay@lemmy.ml 2 points 2 days ago

I don't like that one and the same character looks different on the same line (here console.log).

[–] hallettj@leminal.space 4 points 3 days ago* (last edited 3 days ago) (1 children)

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.

[–] vogi@piefed.social 1 points 2 days ago

Oh wow that looks pretty and also makes total sense in theory. I think I have seen it in other places as well and might just steal that. :) Thank you for pointing that out.