My vision is not 100% and when I code for a few hours my eyes get tired and it gets even worse. Fira Code helps! Thank you, tonsky <3
Fira Code: monospaced font with programming ligatures
61–70 of 84 posts
Re: Fira Code: monospaced font with programming ligatures
#62Really cool, but what, if any, are the plans to get it working with Vim? It's the universal editor you're likely to find everywhere.
Vim isn't there problem, it's your terminal. There is an open feature request with iterm2, but terminal.app is probably a lost cause. I know nothing about the state of Unicode font rendering in Linux.
But checking now, ligatures render just fine. Yay! (that implies console vim & emacs, of course)
Re: Fira Code: monospaced font with programming ligatures
#63What software is typically used to create a font like this? Are there any good open source options?
Monoid uses FontForge (free)
Re: Fira Code: monospaced font with programming ligatures
#64As a developer, I have spent years writing and learning to parse the meaning of sequences like ==, ===, And even if I could get my preferred editors to work with it, I would see the traditional symbols when reading code on the web, or pairing with another developer who does not use the font. It seems like a barrier to understanding, something that by nature developers strive to eliminate. I'm torn. This idea could be…
Let’s be realistic. You don’t have learn or retrain your brain to understand Fira Code. Symbols are all the same, they just look better.
For instance, the HTML comment bookends. In Fira, they are long arrows. In plain ASCII they are enclosing brackets connecting to comment.
Re: Fira Code: monospaced font with programming ligatures
#65Probably not possible with ligatures/glyph variants but really cool would be grouping of numbers: In groups of three the first digit would be moved to the right and the last one to the left to simulate a narrow space as thousands separator.
I suspect that it's possible, but would require an impractical number (1000) of ligatures in the font.
And assume we only support 4-10 digit numbers, it would require e.g. 6 rules or so.
But substitutions are done left-to-right, that might be a problem
Re: Fira Code: monospaced font with programming ligatures
#66Probably a silly question, but can't we just generate ttf files from this so that you can use it in any windows editor?
Re: Fira Code: monospaced font with programming ligatures
#67I have been using Fira Code font with Atom for some time and I am absolutely in love with the aesthetics. All credit and praise goes to http://tonsky.me/
Re: Fira Code: monospaced font with programming ligatures
#68On what planet does it make sense to release a programming font which explicitly refuses to support both vim and emacs?
Re: Fira Code: monospaced font with programming ligatures
#69Probably a silly question, but can't we just generate ttf files from this so that you can use it in any windows editor?
Are there any problems with installing otf on windows? I installed and used them just fine
Then I just did what you suggested, install the otf instead (d'oh) Now the fonts do show up as monospaced font. But my editor does not display the ligatures. But at least it is usable.
Re: Fira Code: monospaced font with programming ligatures
#70As a developer, I have spent years writing and learning to parse the meaning of sequences like ==, ===, And even if I could get my preferred editors to work with it, I would see the traditional symbols when reading code on the web, or pairing with another developer who does not use the font. It seems like a barrier to understanding, something that by nature developers strive to eliminate. I'm torn. This idea could be…
Let’s be realistic. You don’t have learn or retrain your brain to understand Fira Code. Symbols are all the same, they just look better.