Skip to content
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

Looks weird on VSCode #373

Closed
vedhavyas opened this issue Feb 25, 2017 · 9 comments
Closed

Looks weird on VSCode #373

vedhavyas opened this issue Feb 25, 2017 · 9 comments

Comments

@vedhavyas
Copy link

Did add the following settings after installing the fonts and adding required settings
screen shot 2017-02-25 at 8 45 16 pm

@tonsky
Copy link
Owner

tonsky commented Feb 25, 2017

This is not Fira Code, this is some fallback font I suspect. Can you screenshot your settings?

@wilomgfx
Copy link

Indeed this is not Fira Code.

@vedhavyas
Copy link
Author

vedhavyas commented Mar 1, 2017

sorry guys, uninstalled VSCode and went back to my old editor.

But only settings I had were these

"editor.fontFamily": "Fira Code",
"editor.fontSize": 14,
"editor.fontLigatures": true```

Do close the issue if you are not able to reproduce, but looks fantastic on Intellij though

@wopian
Copy link
Contributor

wopian commented Mar 1, 2017

Only way those settings would show the fallback font is if Fira Code (Regular?) wasn't installed as a system font.

@aviraldg
Copy link

aviraldg commented Mar 4, 2017

@vedhavyas I have Fira Code working on VSCode with the following (weirdly double quoted) config:

"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'Courier New', monospace, 'Droid Sans Fallback'",

@wavebeem
Copy link

wavebeem commented Mar 8, 2017

Yeah, you have to quote it inside the config because it's a CSS font configuration, and that's how they work :\

@vedhavyas
Copy link
Author

@aviraldg yup, it worked

@PJUllrich
Copy link

Just so you won't feel as dumb as I do right now: Make sure to actually install the font on your system ;-) How-to can be found here

@bigr339
Copy link

bigr339 commented Sep 4, 2020

Sorry guys to comment on a closed isssue but Fira Code my VSCode editor looks bold. I have tried all the font weights, it just doesn't change its weight. The only way to make it work for me is to uninstall the bold and regular font. Other editors show it correctly.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants