FiraCode: Free monospaced font with programming ligatures
81–90 of 159 posts
Re: FiraCode: Free monospaced font with programming ligatures
#82Re: FiraCode: Free monospaced font with programming ligatures
#83One of my 2 favourite fonts. I constantly switch between Fira Code and Iosevka. I just wish Fira Code had an Extra Light option, sometimes, depending on the terminal/OS I find Fira Code too chunky.
Have you tried the ss05 variant of Iosevka? It's intented to be Iosevka in the style of Fira Mono. https://github.com/be5invis/Iosevka/blob/main/doc/stylistic-...
Re: FiraCode: Free monospaced font with programming ligatures
#84It has a more stylized look than your typical coding font, and I don't use it all the time, but I enjoy swapping it in when Source Code Pro starts to feel a bit boring.
Re: FiraCode: Free monospaced font with programming ligatures
#85Re: FiraCode: Free monospaced font with programming ligatures
#86Speaking of ligature programming fonts, I enjoy Dank Mono: https://philpl.gumroad.com/l/dank-mono . It has a more stylized look than your typical coding font, and I don't use it all the time, but I enjoy swapping it in when Source Code Pro starts to feel a bit boring.
Re: FiraCode: Free monospaced font with programming ligatures
#87Ligatures, IMO, make for a bad coding editor experience. No, I do not want >> parsed as a right shift when it's actually used as two adjacent template delimiters. And no, I'm not okay with the inconsistency that results from the usage of different operators from one programming language to another. Want to change a != to a == operator? Enjoy futzing with placing the cursor properly. It's a cute idea, but I found it m…
Re: FiraCode: Free monospaced font with programming ligatures
#88One of my 2 favourite fonts. I constantly switch between Fira Code and Iosevka. I just wish Fira Code had an Extra Light option, sometimes, depending on the terminal/OS I find Fira Code too chunky.
Re: FiraCode: Free monospaced font with programming ligatures
#89One (minor) language that does have quite a lot of support is Rakudo which allows both unicode and ascii equivalents for many operators. https://docs.raku.org/language/unicode_ascii
Re: FiraCode: Free monospaced font with programming ligatures
#90I do not understand why someone would like to have ligatures in code. And it looks like I am not alone: https://practicaltypography.com/ligatures-in-programming-fon...
The link you shared aside, I'd be genuinely interested in hearing your own personal opinion why ligatures are bad in coding fonts.