Live data from Hacker News

Lesser Known Coding Fonts

vfoley.xyz

231–240 of 250 posts

Re: Lesser Known Coding Fonts

#231
post #15

This is missing Terminus[1], a wonderful bitmap font which is widely available on unices. [1]: https://sourceforge.net/projects/terminus-font/

I really like Terminus and have been using it for years. My problem with it is the width -- it's just takes so much space that I can't read nicely 2 files side-by-side. Does anyone know similar font just bit narrower? Fonts that have been designed with anti-aliasing in mind fall out immediately.

Re: Lesser Known Coding Fonts

#232

Surprised nobody has mentioned PragmataPro https://www.fsd.it/shop/fonts/pragmatapro/ Probably the most complete and polished programming font I've seen. If you like Iosevka, you'll love PragmataPro. I've been spoiled by Iosevka and PragmataPro's narrow characters, so now I can never go back to "normal" programming fonts...

PragmataPro user here, I just love it everyday of my dev life

Re: Lesser Known Coding Fonts

#233
post #56

Earlier quoted context omitted.

Do you like it? One of the things that really gets in the way of comprehension for me are typefaces with too much personality. These cutesy italics etc. really seem to affect my ability to get on with the job at hand. This is why, despite trying, I've yet to find something that can outdo Consolas on Windows. I tried Fira this and that, Source code pro and a bunch of others from Google Fonts. They all are inferior to…

Ubuntu Mono is the only one that rivals Consolas, imho. I used Monaco for the longest time but keep coming back to one of these two

I use Monaco for coding and Ubuntu Mono for my terminals, for years. Best combo so far although Agave does look nice.

Re: Lesser Known Coding Fonts

#234
post #81

Earlier quoted context omitted.

Microsoft has another font called Cascadia which I think is their attempt to improve Fira Code.

I've moved to it recently and is my new favorite. Mainly because my eyes are getting old so I don't need it to look good at 7 pt since I couldn't see it anyway. And I like thicker fonts like this. My one complaint is the tilde.

Have you tried Ubuntu Mono? It's not as thick but is quite readable. Also their bold variant might satisfy you if the regular doesn't. DejaVu Mono is also quite adequate.

Re: Lesser Known Coding Fonts

#235

Earlier quoted context omitted.

I truely wonder how many people purchased a font for coding, at $40 when so many perfectly suitable fonts are free/open source.

Not to sound flippant or pretentious, but for me, $40 is practically free for a software tool. On top of that, I can expense licenses if I use them for my work. I’m guessing that most people in my position would have no problem paying $40 for a font.

I am not saying you are wrong but to me the real problem is death of a thousand cuts problem: I have zero issues paying for quality work and I do; but when these things start piling up -- fonts, images, logos/icons, IDEs, creative software -- you can easily find yourself spending $1000.

I am not stingy but I feel drowned in a sea of good work each requiring its payment. This phenomena turned me off paying for fonts and settling for free ones.

Re: Lesser Known Coding Fonts

#236
Seems a bit superfluous to suggest commercial fonts when there are so many good free ones, but I am very fond of FontFont Attribute Mono (https://www.fontshop.com/families/ff-attribute-mono) by Viktor Nübel. It's cheerful, friendly and characterful without being too eccentric, and very easy to read.

Re: Lesser Known Coding Fonts

#237

Earlier quoted context omitted.

Not to sound flippant or pretentious, but for me, $40 is practically free for a software tool. On top of that, I can expense licenses if I use them for my work. I’m guessing that most people in my position would have no problem paying $40 for a font.

It's still a bit much IMO. It reminds me of Sublime Text being priced at $70 or Input Mono being $40-100+ depending on the options you choose. I assume they are willing to accept the risk of piracy and/or lost sales to free alternatives like Fira Code, and plan to make their money on institutional licenses instead.

I would bet that most who wouldn’t buy Sublime at $70 wouldn’t buy it at $35 either. If you’re paying for text editors and fonts they’re probably important enough to you that you probably won’t let price deter you unless it’s truly exorbitant.

Personally speaking I’m a bit more spendy on small dev products because I know it’s harder for them to stay afloat, unlike Jetbrains or Adobe which aren’t really impacted by my purchase decisions in any meaningful way.

Re: Lesser Known Coding Fonts

#238
post #27

Of all things in the world to say, congratulations to Microsoft for their work on Cascadia Code: https://github.com/microsoft/cascadia-code It's hard to do these fonts justice via preview alone, but in whole it's very legible to read. Aside: If you want fast access to a ton of fixed-width (coding) fonts, pre-patched for powerline, you can grab them at https://github.com/powerline/fonts . If you do CJK (Chinese, Japan…

I don't like the Cascadia Code font! It feels difficult to read, full of fluffs and blings.

Cascadia Code looks like the Comic Sans of programming fonts.

Re: Lesser Known Coding Fonts

#239

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…

Seems to be missing Computer Modern's Typewriter Text face (a.k.a. "CMU Typewriter Text"), which was my primary monospaced typeface (and still is on all except my work laptop, which I switched over to Fantasque Sans Mono since it's a better pairing with Comic Neue). It's a lovely font, the only fault being the lack of a slotted 0.

Re: Lesser Known Coding Fonts

#240
post #91

Earlier quoted context omitted.

i used it for long time, got exposed to go-mono from this list, serif for code, giving it a try

Huge fan of Go Mono. I was taken aback at first at the idea of a monospace serifed font, but after trying it out I've come around to appreciate the clarity of it.

I'm tempted to switch to it, since it's remarkably similar to the Gallant font (a.k.a. sun12x22 / gallant12x22) I use on my OpenBSD and Linux virtual consoles. I tried using Gallant directly, but apparently Linux console fonts don't map cleanly to X11 bitmap fonts and it caused issues that I didn't feel like troubleshooting.
Post reply on HN