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…
Lesser Known Coding Fonts
41–50 of 250 posts
Re: Lesser Known Coding Fonts
#42Re: Lesser Known Coding Fonts
#43Re: Lesser Known Coding Fonts
#44Earlier quoted context omitted.
As someone who's never used a variable width font for writing code, I have to ask why would you want that?
Variable width fonts are generally more readable, which is why they’re generally used for prose. Fixed-width fonts allow for easy tabular rendering in a text editor. Some programming styles use this heavily but it’s not universal. Particularly, if you rely on line-by-line blame in source control, alignment changes can make it harder to find the commit where the most recent semantic change happened.
Re: Lesser Known Coding Fonts
#45Every 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…
Re: Lesser Known Coding Fonts
#46Every 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…
All free fonts I think? It doesn’t list for example Dank or Operator.
Re: Lesser Known Coding Fonts
#47I have tried lots of different coding fonts for fun (and when I change fonts, it just feels like using a brand new computer :-)), but my go-to font when I just don’t want to think what I’m gonna using is SF Mono, from the San Francisco fonts by Apple[0]. It blends well with the macOS system fonts, and it’s great. [0] https://developer.apple.com/fonts/
The link you posted https://developer.apple.com/fonts offers to download and install .dmg -> .pkg. I usually install SF Mono via /Applications/Utilities/Terminal.app/Contents/Resources/Fonts. This folder contains all SF Mono fonts in .otf format. If you open them and install, it vill be available everywhere. You can copy those files and install it on Windows or Linux computer.
Also this extension is musthave: https://chrome.google.com/webstore/detail/advanced-font-sett... I set SF Mono as default monospaced font for chrome. IDK why ugly Courier font is still default in many software.
Re: Lesser Known Coding Fonts
#48There should be more variable-width coding fonts.
The latest release of Iosevka has a "quasi-proportional" variant called Iosevka Aile which I really, really like. Here's a 3200x1800 screenshot with some code in Emacs. https://i.imgur.com/LdzBmpx.png The kerning is not as tight as in a real proportional font. It's a bit more spacious and regular so that fixed width tabular layouts still look relatively decent.
Re: Lesser Known Coding Fonts
#49Earlier quoted context omitted.
As someone who's never used a variable width font for writing code, I have to ask why would you want that?
Variable width fonts are generally more readable, which is why they’re generally used for prose. Fixed-width fonts allow for easy tabular rendering in a text editor. Some programming styles use this heavily but it’s not universal. Particularly, if you rely on line-by-line blame in source control, alignment changes can make it harder to find the commit where the most recent semantic change happened.
Re: Lesser Known Coding Fonts
#50Give me Consolas or give me death. I have tried many programming fonts. I love articles like this that expose to me to new, fun things to try. But alas Consolas is King.
I used to think this, until I went on my quest to find a better fonts. Microsoft did a really good job on Consolas to make it look great on Windows. Unfortunately a lot of coding fonts dont hint well on Windows, or only look good in hiDPI... Eventually I settled on Droid Sans Mono, which I modified to have a slashed Zero.
Windows is my primary dev environment. I don’t think many people are even trying to look good there. So I’m not sure Consolas will ever be dethroned. Not for me at least.