githubnext / monaspace

An innovative superfamily of fonts for code
https://monaspace.githubnext.com
SIL Open Font License 1.1
13.14k stars 219 forks source link

Cannot choose Monaspace Neon in VSCode #154

Closed trag1c closed 7 months ago

trag1c commented 7 months ago

All of the following work fine:

"editor.fontFamily": "'Monaspace Argon', monospace",
"editor.fontFamily": "'Monaspace Krypton', monospace",
"editor.fontFamily": "'Monaspace Xenon', monospace",
"editor.fontFamily": "'Monaspace Radon', monospace",

However, trying to set 'Monaspace Neon' fails and VSCode just falls back to the default font.

Happens to me on macOS both when installing using the zip and through homebrew.

Note: 'Monaspace Neon Var' works, but the weights behave weird so it's either too thin or too thick :/

notken12 commented 7 months ago

I also have the same issue with VSCode

idan commented 7 months ago

Hi there,

It sounds like maybe something is wonky with Homebrew and/or caching.

We've seen lots of screenshots of people using Neon in VS Code, and we use it ourselves.

Font caching is super tricky to debug, maybe try fully uninstalling the fonts (homebrew and local files), reboot your machine, install just the files from the repo, and test again?

notken12 commented 7 months ago

Uninstalling, rebooting and reinstalling worked for me, thanks.

On Mon, Nov 27, 2023 at 4:11 PM Idan Gazit @.***> wrote:

Hi there,

It sounds like maybe something is wonky with Homebrew and/or caching.

We've seen lots of screenshots of people using Neon in VS Code, and we use it ourselves.

Font caching is super tricky to debug, maybe try fully uninstalling the fonts (homebrew and local files), reboot your machine, install just the files from the repo, and test again?

— Reply to this email directly, view it on GitHub https://github.com/githubnext/monaspace/issues/154#issuecomment-1828615707, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARXZCHFTAVIUFLLNCGRSXB3YGT6WNAVCNFSM6AAAAAA723N32GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRYGYYTKNZQG4 . You are receiving this because you commented.Message ID: @.***>

trag1c commented 7 months ago

Hi there,

It sounds like maybe something is wonky with Homebrew and/or caching.

We've seen lots of screenshots of people using Neon in VS Code, and we use it ourselves.

Font caching is super tricky to debug, maybe try fully uninstalling the fonts (homebrew and local files), reboot your machine, install just the files from the repo, and test again?

That fixed it for me, thanks :)

notken12 commented 7 months ago

Hmm, it's broken for me again on my PC, but works on my laptop. I tried clearing VS Code's cache files from AppData/Roaming and it hasn't helped.

TinnyTerr commented 1 month ago

I had found that I removed the fallback and it applied correctly. No clue why.