• Caveman@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    3 hours ago

    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 https://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.

  • spacemanspiffy@lemmy.world
    link
    fedilink
    English
    arrow-up
    11
    ·
    8 hours ago

    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.

  • whotookkarl@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    1
    ·
    5 hours ago

    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.

  • atzanteol@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    17
    ·
    edit-2
    11 hours ago

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

    I rather like JetBrains mono though.

    • Kissaki@programming.dev
      link
      fedilink
      English
      arrow-up
      4
      ·
      12 hours ago

      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
        link
        fedilink
        English
        arrow-up
        1
        ·
        10 hours ago

        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

        • hallettj@leminal.space
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          3 hours ago

          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.

    • 404@lemmy.zip
      link
      fedilink
      English
      arrow-up
      1
      ·
      13 hours ago

      Yes! I built my own variant using their tool (removing the weird italic l etc). I love it.

  • vext01@feddit.uk
    link
    fedilink
    arrow-up
    3
    ·
    11 hours ago

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

    • one_old_coder@piefed.socialOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 hours ago

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

  • mbirth 🇬🇧@lemmy.ml
    link
    fedilink
    English
    arrow-up
    7
    ·
    14 hours ago

    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: https://news.ycombinator.com/item?id=47708411 .

  • esa@discuss.tchncs.de
    link
    fedilink
    arrow-up
    3
    ·
    11 hours ago

    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 Ø.

  • deathmetal27@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    14 hours ago

    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.