Earlier quoted context omitted.
The font is always sharper on the other side of the screen.
Yes and don't get me started on Dvorak!
Victor Mono – A free programming font
91–100 of 126 posts
Re: Victor Mono – A free programming font
#92I tried using proportional fonts instead of mono spaced and it actually worked great. If you really want to save real estate I think that is a better way to do it.
Re: Victor Mono – A free programming font
#93Re: Victor Mono – A free programming font
#94I think italic and ligatures are fantastic.
Re: Victor Mono – A free programming font
#95I appreciate the effort, the font looks solid, but I really don't understand the new trend of using italic in the code syntax. It seems like every trendy frontend engineer has their sublime text or vscode set up with a font that uses italic for imports, comments, etc and I really don't see the appeal.
Re: Victor Mono – A free programming font
#96It's a cool effort but I guess it's not for me — I much prefer = over ≥ and !== over ≠ etc. because I find it more explicit and readable than a condensed form.
Yeah, I tried ligatures and never liked them. If I type them as two, I'd like them to appear as two; I never liked it when I back-spaced on what _looked_ like one character and found two. Mostly because my head is usually a bit ahead of where my fingers and the screen are, so this throws me off and I have to go back (this is why I ended up back on vim after trying out vscode for a while, even w/vim mode, it's not per…
Re: Victor Mono – A free programming font
#97Can somebody explain to me why narrow programming fonts seem to be trending so strongly lately? I really don't understand, personally. I have a much, MUCH harder time reading a narrow font. I also find it aesthetically inferior to a "non-narrow" font so much that even if it was as readable or more, I feel like I would have a hard time getting myself to use it. Is there some other aspect that people like, such as bein…
Some people fool themselves into thinking that they can save space by using a very condensed font. That’s not true. The squashed shapes makes the letters more similar, which makes the text less legible, which means you need to compensate by pushing up the overall size. You can only save space by optimizing for the most legible typeface, allowing you to reduce the size. The Victor Mono site is a perfect example: the b…
Re: Victor Mono – A free programming font
#98Earlier quoted context omitted.
Fitting more on the screen horizontally. Wrapped lines are a different cognitive load. I personally don't care for the narrower fonts, but I can see the utility.
>Fitting more on the screen horizontally. But screens for the most part have only been getting wider. I could see this in the days of square CRT's but most screens are fairly wide these days.
Better to use the wider screen for multiple buffers of narrower code.
Re: Victor Mono – A free programming font
#99Re: Victor Mono – A free programming font
#100I appreciate the effort, the font looks solid, but I really don't understand the new trend of using italic in the code syntax. It seems like every trendy frontend engineer has their sublime text or vscode set up with a font that uses italic for imports, comments, etc and I really don't see the appeal.