Open olfek opened 1 year ago
Actually, NL has stopped working now too 🤷♂️
Same problem, but NL works file
I'm unable to reproduce the issue. Both fonts work for me. Does the issue still occur for either of you on the latest version of VS Code? If so, does the font work in other programs?
still doesn't work
Version: 1.79.2 (user setup)
Commit: 695af097c7bd098fbf017ce3ac85e09bbc5dda06
Date: 2023-06-14T08:57:04.379Z
Electron: 22.5.7
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: Windows_NT x64 10.0.22621
@rzhao271
Edition Windows 11 Pro
Version 22H2
OS build 22621.1928
Experience Windows Feature Experience Pack 1000.22644.1000.0
The JetBrains fonts don't show in Notepad or Paint or Paint 3D hmm 🤔
They do show in Inkscape and GIMP
Windows Terminal shows this error
It works now after removing and adding the font again 🤷
JetBrainsMono-Regular.ttf
We closed this issue because we don't plan to address it in the foreseeable future. If you disagree and feel that this issue is crucial: we are happy to listen and to reconsider.
If you wonder what we are up to, please see our roadmap and issue reporting guidelines.
Thanks for your understanding, and happy coding!
After restarting my computer, it has now stopped working again hmm 🤔
@rzhao271 any chance we could re-open this? 🙏
Does the font issue only occur with VS Code, or is it like https://github.com/microsoft/vscode/issues/173543#issuecomment-1620319004?
yeah it is the same as in that comment @rzhao271
That seems more like a general font installation issue. Try uninstalling the font, redownloading the fonts from the JetBrains website, and then reinstalling them.
I think this might be a Windows bug.
Windows Terminal also has trouble loading user installed fonts after a reboot.
And I tried a different font too, Roboto Mono, same problem.
@rzhao271 you work at Microsoft right? could you perhaps share this internally with the Windows team?
So the steps for me are:
It may be a bug in the Windows Font Cache Service because following the instructions here (https://thegeekpage.com/how-to-delete-the-font-cache-on-windows-10/) temporarily fixes it until the next reboot.
In windows 11:
I can confirm that this solution works! Thank you! @rohitprofc
@rzhao271 So VSCode doesn't load user installed fonts after a reboot? 😕😕😕
Reopening and marking as confirmation-pending
@rzhao271 So VSCode doesn't load user installed fonts after a reboot? 😕😕😕
@rzhao271 @olfek
Windows OS also doesn't allow any user scripts to run, we have to give permissions to scripts also.
( I tried to install 3rd party packages [ that include some script files ] to directly download the src files from chrome inspect, so that we can download whole frontend locally 😝)
I don't know whether this one is only with windows 11 because version 11 brought more security features like secure boot, TPM 2.0 and improved kernel security layers. 💪
Maybe this is a move to improve security. 😌
Windows Font Cache Service
It may be a bug in the Windows Font Cache Service because following the instructions here (https://thegeekpage.com/how-to-delete-the-font-cache-on-windows-10/) temporarily fixes it until the next reboot.
Can confirm this is still an issue. I recently upgraded to windows 11, and thats when the fonts stopped working. Deleting font cache was the only way i could fix it. Though i had downloaded a new font some time after upgrading to windows 11, so that font was working for some time. After this new font stopped working, did I actually notice none of my user-installed fonts were working.
Still a problem for me. I don't have admin rights on my machine, meaning I cannot do the "Install for all users" solution. I always have to install the font again after each restart ...
I have the same issue. Reinstalling the fonts doesn't fix the issue, they're still gone after reboot.
Edition Windows 11 Pro
Version 23H2
Installed on 8/5/2024
OS build 22631.3958
Experience Windows Feature Experience Pack 1000.22700.1026.0
VS Code Version:
OS Version:
Steps to Reproduce:
JetBrainsMono-Regular.ttf
JetBrainsMonoNL-Regular.ttf
"editor.fontFamily": "'JetBrains Mono'"
in settings"editor.fontFamily": "'JetBrains Mono NL'"
in settingsObserve that NL works and the plain one doesn't.