-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
user installed fonts not loaded after a reboot #173543
Comments
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. |
still doesn't work
|
|
The JetBrains fonts don't show in Notepad or Paint or Paint 3D hmm 🤔 They do show in Inkscape and GIMP |
ActuallyIt works now after removing and adding the font again 🤷
|
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 #173543 (comment)? |
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:
|
Windows Font Cache ServiceIt 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. |
Hello 👋🏻 geeks @olfek , @rzhao271 , @kiriharu , @VSCodeTriageBot
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 |
JetBrains Mono
does not work but JetBrains Mono NL
does
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. 😌 |
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.
|
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.
The text was updated successfully, but these errors were encountered: