Monaspace - Microsoft presents a new font family for code

GnuLinuxDude@lemmy.ml to Technology@lemmy.ml – 537 points –
Monaspace
monaspace.githubnext.com

The way they talk about it makes it sound like they invented the written word, but that notwithstanding the fonts actually look really nice in my opinion.

142

You are viewing a single comment

https://www.programmingfonts.org/#hack

You can check out fonts here and filter based on mono spacing, ligatures, etc. Hack is by far my favorite font but I just wish I could use it with nerdfont/jetbrains ligatures. It just has this beautiful way of being able to look open and readable while taking up less space than fonts like fira or jetbrains.

Cool for them for making a font, but personally don't think it's up to firacode, hack, jetbrains or many other fonts out there

Wait, why did they invent the phrase "texture healing" for literally what all mono space fonts try to do: make a monospace font that doesn't look like cluttered shit.

Wait, why did they invent the phrase “texture healing” for literally what all mono space fonts try to do: make a monospace font that doesn’t look like cluttered shit.

They explain it as the same way cursive fonts can have variations on the letters so that they match up (the loop of the y into the e for example). I think it works by having various versions of each glyph: normal, wider to the left, wider to the right, etc) and then pick the glyph based on the surrounding ones.

Pretty cool actually, though I highly doubt this is an innovation. Good for them if they’re actually the first font to do this

Because otherwise they couldn't justify their continued work on things nobody asked for.

Also, those letter combinations are called ligatures, and are generally a bad idea in monospace fonts. The point of them is to make it very clear where one character ends and the next one begins.

Not sure if you misspoke or are just unaware of it, but Hack is one of the prepatched nerd fonts: https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Hack. Also, for any fonts that aren't prepatched, there's a patcher in that repo to make any font a nerd font.

oh wait you're right. I wasn't having luck with the nerd fonts on windows but on linux it was somewhat better. what I was thinking about was having Hack with nerd fonts and Jetbrains ligatures patched in. I found a couple repos that purported to do that except the ligatures never worked.