Live data from Hacker News

Show HN: Coding Font – A game to find your favorite coding font

codingfont.com

51–60 of 222 posts

Re: Show HN: Coding Font – A game to find your favorite coding font

#54
post #16

I like the idea, but CSS is not indicative of my main language use (C++/C#), so it's a bit hard to decide a winner in some cases. I'd like the option to either choose a language and/or the ability to paste my own code. EDIT: I've been with Inconsolata for a few years, but maybe a new contender can appear :)

>paste my own code

This. The 'lorem ipsum' CSS provided wasn't too bad, but that's not my brace style and I found it jarring, waah D:

Re: Show HN: Coding Font – A game to find your favorite coding font

#58

Why not make the font size and color the same between the two panels? Hard to compare as they are different for some fonts...

This is much harder than it sounds, since font-size: 16px for one font is not going to be the same, visually, as font-size: 16px for another font. Inconsolata, for example, is much smaller than DM Mono, but they're both displayed at 16px.

I remember that there is something like https://seek-oss.github.io/capsize/ , not sure if it could work here.

Re: Show HN: Coding Font – A game to find your favorite coding font

#60
One of my main selection criteria for a coding/terminal font is subjective quality of rendering and legibility at small sizes. The preview has an adjustable point size option but that isn't the whole story. The space taken up when rendered is what's important (i.e. pixel height of Em/line and/or the width of 80 monospaced characters.) Edit: A simple solution is to allow independent setting of Point size for the left and right previews so they can be visually the same size, rather than the same stated Pt.no.

Also missing one of my go-tos "Input Mono"[0]. What's great about it is that it comes with so many custom choices that you can configure specific character shapes and choose a width/weight that renders well for your particular use case.

[0] https://input.djr.com/download/

Post reply on HN