Live data from Hacker News

Lesser Known Coding Fonts

vfoley.xyz

191–200 of 250 posts

Re: Lesser Known Coding Fonts

#191

Ubuntu Mono remains my favorite for coding/terminals. It has a great mix of character and minimalism and of course is completely free/libre. https://fonts.google.com/specimen/Ubuntu+Mono

The only thing I don't like about Ubuntu mono is tiny minus ("-") character. It is way too narrow.

Bront Ubuntu Mono fixes this, but breaks other things: some letters, for unclear reasons, are weirdly stretched (see "l")

Re: Lesser Known Coding Fonts

#192

Earlier quoted context omitted.

I looked at the issues page and was not surprised that Microsoft, in its Seattle-centric view of the universe, did not cover many international glyphs. Any comment on how many of these coding fonts suffer these issues? I am glad to see the screenshots in the article at very least thought to include Greek.

In fairness to Microsoft, Cascadia Code is still a young project. A couple of weeks ago, they had their second release which added Latin characters (vowels with accents, cedillas, etc.) Hopefully they keep adding more.

looking at the roadmap it seems like a number of things are coming...

https://github.com/microsoft/cascadia-code

Re: Lesser Known Coding Fonts

#194
post #183

Earlier quoted context omitted.

Sadly, Dina is only available as a Windows FON file format, which I can't use or host in a web app.

There are at least 2 TTF conversions if you search around. E.g. https://www.donationcoder.com/forum/index.php?topic=15281.0

Not allowed by the license usually

Re: Lesser Known Coding Fonts

#195

Every thread about programming fonts is not complete without mentioning the wonderful website https://app.programmingfonts.org (no affiliation, I just find it really useful) which lists all the free programming-related fonts with live preview (for example every single font from the article, and every one mentioned so far in every comment in this thread is already there in the app) - it allows quick one-click preview…

That is a truly fantastic site but it doesn't mention https://dank.sh/ which I first heard about in this thread. Just to nitpick. But I am right now going through every one of those fonts in the app to compare with the one I've used for almost a decade now.

Thanks for the introduction to Dank. First time I've seen it and I like the look of it. Particularly the 'f' shape.

What's the closest free font you've seen to it? As it's so different from my usual monospace font I want to try ssomething similar first to see how I find it, before spending money on it.

Re: Lesser Known Coding Fonts

#196

Has anyone used IBM's Plex Mono[1] for an extended period of time? If so, I'd love to hear your thoughts. [1] https://app.programmingfonts.org/#plex-mono

Yes, for about a year now, both in the console (alacritty) and vscode, and I think it's great. Granted, I mostly ignore it, which is a good thing.

I frequently change the term emulator font size, and each size oddly changes the "aspect ratio" – for lack of a better term – of both Plex and any other monospace font. I find it weird, but it does sometimes help to have a somewhat narrower variant of Plex, especially for side-by-side terminals.

Re: Lesser Known Coding Fonts

#197

Earlier quoted context omitted.

what I don't like about thus site is that there are no large bitmap fonts (not even the x11 standard bitmaps, which are great)

What bitmap fonts do you miss? The site is currently restricted to fonts with a license that allow me to serve a web font for the live preview. So while there are a bunch of bitmap fonts in there, there might be some missing. I love to find out about new fonts though.

I suspect those X11 bitmap fonts are in arcane 1980s formats that would require a chain of conversions-- from bitmap to vector to get them to Postscript Type 1 or TTF, and then from TTF to WOFF.

Re: Lesser Known Coding Fonts

#198

For a brief while I tried using Comic Sans in my IDE. I did that because it was made to be super readable. It was in fact super readable, but I just couldn't get over the lack of mono spacing. Then I switched to FiraCode and it's been great. I still use Comic Sans in all of my chat programs though (IMessage, Slack, IRC, etc.) I actually really enjoy it.

Check out Fantasque Sans Mono, it is a monospaced Comic Sans.

Re: Lesser Known Coding Fonts

#199

Every thread about programming fonts is not complete without mentioning the wonderful website https://app.programmingfonts.org (no affiliation, I just find it really useful) which lists all the free programming-related fonts with live preview (for example every single font from the article, and every one mentioned so far in every comment in this thread is already there in the app) - it allows quick one-click preview…

That is a truly fantastic site but it doesn't mention https://dank.sh/ which I first heard about in this thread. Just to nitpick. But I am right now going through every one of those fonts in the app to compare with the one I've used for almost a decade now.

I find Dank's "f" disturbingly idiosyncratic.

Re: Lesser Known Coding Fonts

#200

Earlier quoted context omitted.

I ended up going with Iosevka because it's basically PragmataPro without the 200EUR ($223) price tag. I just can't justify that much for a freaking font to myself, no matter how nice it looks.

You could just buy the normal and perhaps italic weights. If you're a software engineer, $100 on a font that you look at 8 hours everyday for a living is a no brainer. You'd probably spend $80 on a mouse, $100 on a keyboard, $120 on a good pair of shoes, $1500 on a good mattress, fonts are one of those things. If you like it, there shouldn't be a hesitation for "oh...its just a font, why should I pay for it". Typefac…

I've heard this argument many times, and it would work in a vacuum. A $100 keyboard is probably better than a $10 keyboard.

This $200 font is not better than this other $0 font, and it has the same aesthetic. And good luck quantifying "better than" given a list of feature checkboxes that are common to all "programming fonts" including Fira Code, Source Code Pro, etc.

Post reply on HN