-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Cannot use Fira Code Nerd Font Retina with VScode #440
Comments
try "FiraCodeNerdFontComplete-Retina" as a font name (cannot visually distinguish it from Regular, but at least vsc does not fail-back to the next font). I found it using: $ strings ~/Library/Fonts/"Fira Code Retina Nerd Font Complete.otf" | grep Fira | less |
Thank you for help. I tried but it didn't work for me. Seems the only way to use retina is only install it without any other version and use the below setting: |
@Happin3ss, my issue was not with VSCode specifically but this may help you. I were checking what name Fira Code had in my system and it was called |
Just like @wizardlink mentioned, the name of this font is
|
for me, it worked with |
I installed mine using homebrew just today:
I reached the same conclusion as @triangularcover but using a different method. Example of output:
|
Linux users can change the font family with Goto After placing them in the appropriate folder(like ~/.local/share/fonts/), rebuild font cache with You can check if everything went right by
Now you can use |
On macOS: Used Search for which
Added the following line to Keep in mind that VSCode terminal only accepts monocode fonts |
For what its worth - |
Download Nerd Font, but only install FiraCode Nerd Font Retina Complete. Then go to the font settings of your windows 10 and see what is the display name of the font. Then in the settings.json file |
Thanks!It' work for me ! |
Worked for me :) Thank You 👍 |
I've used 'FiraCode Nerd Font', it works for me in ubuntu |
Would be fixed by #717 |
@saulimus Anyhow, the naming is broken for applications that use the old-style sets-of-4 with Family and Subfamily. You see hat the left half names (old system) are all equal :-( |
There's a post with instructions to enable either Fira Code or Fira Code Retina in vscode: |
This issue has been automatically locked since there has not been any recent activity (i.e. last half year) after it was closed. It helps our maintainers focus on the active issues. If you have found a problem that seems similar, please open a new issue, complete the issue template with all the details necessary to reproduce, and mention this issue as reference. |
🎯 Subject of the issue
I installed various type of Fira Code Nerd Font Complete but want to specify to use Retina as the font for my VSCode. The below setting didn't work:
"editor.fontFamily": "'Fira Code Retina Nerd Font Complete'",
or
"editor.fontFamily": "FiraCode Nerd Font-Retina'"
or
"editor.fontFamily": "FiraCode Nerd Font Retina"
The default Fira Code will work with:
"editor.fontFamily": "FiraCode-Retina'"
To use the regular, I use the below setting and It works:
"editor.fontFamily": "FiraCode Nerd Font",
🔧 Your Setup
★ Optional
The text was updated successfully, but these errors were encountered: