CodingFont: A game to help you pick a coding font
231–240 of 249 posts
Re: CodingFont: A game to help you pick a coding font
#232So Aptos Mono or Consolas it is.
Re: CodingFont: A game to help you pick a coding font
#233Re: CodingFont: A game to help you pick a coding font
#234Fira Code came in second, and that's fair, I've used it on occasion, I like it.
I feel like Chivo Mono[1] would make a decent programming font — if a programming version of it were to exist, anyway.
I also like Go Mono[2], and although they're rather different to what I usually go for, I can see the appeal of the M+ mono[3] fonts.
For those of a more whimsical inclination, Fantasque Sans Mono[4] seems like it might be cool for you.
[1]: https://fonts.google.com/specimen/Chivo+Mono
[2]: https://go.dev/blog/go-fonts
[3]: https://mplusfonts.github.io/
[4]: https://belluzj.github.io/projects/design/fantasquesansmono-...
Re: CodingFont: A game to help you pick a coding font
#235Re: CodingFont: A game to help you pick a coding font
#236Every time something like this comes up I always end up with JetBrains Mono.
Re: CodingFont: A game to help you pick a coding font
#237Going through this, I was introduced to <= being converted to a ligature which immediately ruled it as a nope for me. No monkey business with the characters of my code thank you very much.
That is usually configurable at the terminal level- for example, both wezterm and ghostty have available configs to control this behavior.
Cascadia Code
liga off
dlig off
Here is someone disabling ligatures for Noto Sans Mono: https://blahg.josefsipek.net/?p=610Re: CodingFont: A game to help you pick a coding font
#238Knowing that everything in here is people asking why their font is missing: I highly recommend having a look at [ MAPLE MONO ] (on Github https://github.com/subframe7536/Maple-font ). It has amazing readability, looks nice, is compatible with NF if you use that. I received compliments from people looking over my shoulder for my f'ing font?! Huge shoutout to subframe7536 ^^
Re: CodingFont: A game to help you pick a coding font
#239Going through this, I was introduced to <= being converted to a ligature which immediately ruled it as a nope for me. No monkey business with the characters of my code thank you very much.
Re: CodingFont: A game to help you pick a coding font
#240Earlier quoted context omitted.
I've been a long time Fira Code user, but recently switched to Maple - I love it. Mostly because of the "single storey" `a`, but that's just a personal preference of mine.
Fira Code does have a "single storey" a. You can activate it by passing the "cv01" feature flag to your text editor of choice. (If the text editor supports otf font features) For more info: https://github.com/tonsky/FiraCode/wiki/How-to-enable-stylis...