Live data from Hacker News

CodingFont: A game to help you pick a coding font

codingfont.com

161–170 of 249 posts

Re: CodingFont: A game to help you pick a coding font

#161

Earlier quoted context omitted.

That is usually configurable at the terminal level- for example, both wezterm and ghostty have available configs to control this behavior.

Good to know. I’ve been using ghostty and generally not a fan of the code ligatures (or just too stubborn to adapt!).

I didn't like them either. Thankfully, they can easily be disabled. See my config: https://github.com/pmxi/dotfiles/blob/e779c5921fbe308fad0c95...

Re: CodingFont: A game to help you pick a coding font

#162

Knowing that everything in here is people asking why their font is missing: I highly recommend having a look at [ MAPLE MONO ] (on Github https://github.com/subframe7536/Maple-font ). It has amazing readability, looks nice, is compatible with NF if you use that. I received compliments from people looking over my shoulder for my f'ing font?! Huge shoutout to subframe7536 ^^

Italics turn into cursive... I cannot imagine ever wanting this in my IDE, but that's just me.

I know right?! And apparently only certain letters become cursive in italic, so it's not even consistent about it?!

This seems bizarre to me, I do not understand the rationale behind it. Can someone enlighten me?

Re: CodingFont: A game to help you pick a coding font

#163

Knowing that everything in here is people asking why their font is missing: I highly recommend having a look at [ MAPLE MONO ] (on Github https://github.com/subframe7536/Maple-font ). It has amazing readability, looks nice, is compatible with NF if you use that. I received compliments from people looking over my shoulder for my f'ing font?! Huge shoutout to subframe7536 ^^

Woa, that's a weird @ in the screenshot in line 6.

I had to look very hard at the line to recognise it as an @ because it's so weird.

Re: CodingFont: A game to help you pick a coding font

#164

Knowing that everything in here is people asking why their font is missing: I highly recommend having a look at [ MAPLE MONO ] (on Github https://github.com/subframe7536/Maple-font ). It has amazing readability, looks nice, is compatible with NF if you use that. I received compliments from people looking over my shoulder for my f'ing font?! Huge shoutout to subframe7536 ^^

The slant and connective distance of the cursive italic l are noticeably different than of the other letters, so every word that includes one is very jarring.

It looks like they naively aligned the slant of the leftmost edge at the mid-height of the glyph, which is not the right way to optically align shapes, especially for a symbol with asymmetric curvature (the leading face of the loop leans substantially more than the trailing face). And then in addition to that, a too-wide arrangement when adjoining ("ul", "ll", etc) causes excess dead space around adjoined pairs.

You see this quite strongly in the "null" that appears on line 5 in their example screenshot. The two "l"s both appear to lean more than the "nu", and the "ul" has more internal space than the "nu", and the "ll" has even more than that.

Re: CodingFont: A game to help you pick a coding font

#165
This is cool!

Suggestion: I'd like to have an option to exclude fonts without ligatures from the game. And it seems there are others who don't like ligatures who would probably like to be able to exclude fonts with ligatures. You could also do this for other features like serifs.

Re: CodingFont: A game to help you pick a coding font

#166

Every time something like this comes up I always end up with JetBrains Mono.

I tried this variant of JetBrains Mono and it had the perfect glyph width (reportedly -6%) for my screen and window sizes: NRK Mono Condensed from https://github.com/N-R-K/NRK-Mono. I also agree with almost all of the other modifications mentioned in the github page under “Some notable changes are:”

Now I can have side-by-side two editors plus a Structure or Project pane at the left in PyCharm while having 120 chars visible in both editors.

Re: CodingFont: A game to help you pick a coding font

#167

Something I never liked about this game is its showing it in your browser at your chosen font size. Chrome (assuming you're using Chrome) draws it a specific way. This does not match how Freetype (using typical tuning) or DirectWrite draws it. Chrome's choices in font renderer tuning and blending makes it kind of split the difference between Windows-style and OSX-style, and isn't native to either. What it should be d…

Totally agree, the same fonts at the same pixel sizes often look massively different in different environments. I -love- macOS’ native font rendering, but have been unsuccessfull in emulating it on Linux :/

Re: CodingFont: A game to help you pick a coding font

#168
post #151
post #145

Earlier quoted context omitted.

I don’t like it. It looks amateurish in the same way Comic Sans looks to me. I suppose you’d love this if you also enjoy Comic Sans.

It feels more like Consolas to me.

Consolas at least looks like a serious type face. This one has letterforms so rounded that it screams playful without any seriousness.

Re: CodingFont: A game to help you pick a coding font

#169

Knowing that everything in here is people asking why their font is missing: I highly recommend having a look at [ MAPLE MONO ] (on Github https://github.com/subframe7536/Maple-font ). It has amazing readability, looks nice, is compatible with NF if you use that. I received compliments from people looking over my shoulder for my f'ing font?! Huge shoutout to subframe7536 ^^

Checked it out and instantly liked it. Been using Cascadia Code for years. Will give this one a try now. Thank you!

Re: CodingFont: A game to help you pick a coding font

#170
post #108

Knowing that everything in here is people asking why their font is missing: I highly recommend having a look at [ MAPLE MONO ] (on Github https://github.com/subframe7536/Maple-font ). It has amazing readability, looks nice, is compatible with NF if you use that. I received compliments from people looking over my shoulder for my f'ing font?! Huge shoutout to subframe7536 ^^

While we're dropping lesser-known coding fonts, here's my favorite, Lotion [0]. It's cute and playful but also very legible and clean. [0] https://font.nina.coffee/

First Maple and now this. Today is good day for trying new fonts.
Post reply on HN