I've made my own pixel font, inspired from ProFont, but it's not usable because it's a pixel font, and it's too big when I zoom it 2x.
Show HN: Coding Font – A game to find your favorite coding font
51–60 of 222 posts
Re: Show HN: Coding Font – A game to find your favorite coding font
#52Fails without Monaco as an option. ;-) I wound up with Inconsolata, which I see now looks a lot like it.
Re: Show HN: Coding Font – A game to find your favorite coding font
#53That was actually nicely done. I'll play it more seriously later.
Re: Show HN: Coding Font – A game to find your favorite coding font
#54I 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 :)
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
#55Re: Show HN: Coding Font – A game to find your favorite coding font
#56Re: Show HN: Coding Font – A game to find your favorite coding font
#57Re: Show HN: Coding Font – A game to find your favorite coding font
#58Why 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.
Re: Show HN: Coding Font – A game to find your favorite coding font
#59Re: Show HN: Coding Font – A game to find your favorite coding font
#60Also 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.