Live data from Hacker News

Show HN: Cascadia Code, a Font for Windows Terminal and VSCode

github.com

11–20 of 99 posts

Re: Show HN: Cascadia Code, a Font for Windows Terminal and VSCode

#11
post #3

MS can't really win against its own Consolas. If you haven't tried Consolas, you owe it to yourself to give it a try. Would be cool if MS opensourced that, if they can.

Consolas has been my favorite monospaced font for years.

I prefer proportional fonts for reading and writing code, and my current favorite is another Microsoft font, Trebuchet MS.

But when I need a monospaced font, like in a terminal, Consolas is it.

Re: Show HN: Cascadia Code, a Font for Windows Terminal and VSCode

#12
post #8

Did anyone look at some code in Visual Studio with this font. You'll be surprised how `!=` looks like with this font (C++), it's pretty cool [and I've never seen anything like it before]!

This is something interesting. Just now tried it in VS and it's pretty cool :)

Re: Show HN: Cascadia Code, a Font for Windows Terminal and VSCode

#13
post #8

Did anyone look at some code in Visual Studio with this font. You'll be surprised how `!=` looks like with this font (C++), it's pretty cool [and I've never seen anything like it before]!

> You'll be surprised how `!=` looks like with this font […] For anyone curious, you can see it here [1] (check the last character) . [1] https://raw.githubusercontent.com/microsoft/cascadia-code/ma...

It looks different from that, let's have the spoiler: it looks like '=/=', but with the equal signs attached and the forward slash just 'on top' of it.

Re: Show HN: Cascadia Code, a Font for Windows Terminal and VSCode

#14
post #8

Did anyone look at some code in Visual Studio with this font. You'll be surprised how `!=` looks like with this font (C++), it's pretty cool [and I've never seen anything like it before]!

I think the word you’re looking for is “ligature”.

Re: Show HN: Cascadia Code, a Font for Windows Terminal and VSCode

#15
post #3

MS can't really win against its own Consolas. If you haven't tried Consolas, you owe it to yourself to give it a try. Would be cool if MS opensourced that, if they can.

Consolas has been my favorite monospaced font for years. I prefer proportional fonts for reading and writing code, and my current favorite is another Microsoft font, Trebuchet MS. But when I need a monospaced font, like in a terminal, Consolas is it.

> But when I need a proportional font, like in a terminal, Consolas is it.

You mean monospaced font? I’m curious why you use proportional fonts when writing code but not in your terminal.

Re: Show HN: Cascadia Code, a Font for Windows Terminal and VSCode

#16

Earlier quoted context omitted.

Consolas has been my favorite monospaced font for years. I prefer proportional fonts for reading and writing code, and my current favorite is another Microsoft font, Trebuchet MS. But when I need a monospaced font, like in a terminal, Consolas is it.

> But when I need a proportional font, like in a terminal, Consolas is it. You mean monospaced font? I’m curious why you use proportional fonts when writing code but not in your terminal.

Whoops, sorry for the very confusing typo, and thanks for noting it! Corrected now. That's what I get for commenting on HN when I should have already called it a night... :-)

With the typo corrected, yes I do prefer proportional fonts (and as mentioned especially Trebuchet MS), and all the editors I use support them. I just find them much more readable to my eyes than monospaced. Except in a terminal where apps assume monospaced font - so that's where Consolas shines.

Re: Show HN: Cascadia Code, a Font for Windows Terminal and VSCode

#17
post #4

Microsoft is just on a roll when it comes to open source. - Windows Terminal is pretty solid, and fast. Dare I say, nearing rxvt-unicode/kitty speed. There are some remaining terminal corruption with tmux + vim sessions, but soon enough it'll be replacing hyper/conemu for me. - WSL 2 alleviates file system issues that plagued WSL. I recently wiped debian off my Thinkpad because there's no point, I get everything I ne…

Interesting. I recently swapped desktop from Windows to Linux because of the instability from updates. I have a macbook pro I also use which is generally faster and more stable.

Re: Show HN: Cascadia Code, a Font for Windows Terminal and VSCode

#18
post #8

Did anyone look at some code in Visual Studio with this font. You'll be surprised how `!=` looks like with this font (C++), it's pretty cool [and I've never seen anything like it before]!

It's font ligatures, it can be enabled by setting CSS `font-variant-ligatures` property with some fonts, such as "Fira Code" font.

Re: Show HN: Cascadia Code, a Font for Windows Terminal and VSCode

#19
post #13

Earlier quoted context omitted.

> You'll be surprised how `!=` looks like with this font […] For anyone curious, you can see it here [1] (check the last character) . [1] https://raw.githubusercontent.com/microsoft/cascadia-code/ma...

It looks different from that, let's have the spoiler: it looks like '=/=', but with the equal signs attached and the forward slash just 'on top' of it.

I think you're trying to describe an elongated `≠`?

Re: Show HN: Cascadia Code, a Font for Windows Terminal and VSCode

#20
post #13

Earlier quoted context omitted.

It looks different from that, let's have the spoiler: it looks like '=/=', but with the equal signs attached and the forward slash just 'on top' of it.

I think you're trying to describe an elongated `≠`?

Yip. It also contracts the '==', i.e. they are shown attached as one elongated '='.
Post reply on HN