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

cursive and fantasy font-family values not recognised #61901

Closed
BartolomeSintes opened this issue Oct 26, 2018 · 2 comments
Closed

cursive and fantasy font-family values not recognised #61901

BartolomeSintes opened this issue Oct 26, 2018 · 2 comments
Assignees

Comments

@BartolomeSintes
Copy link

serif, sans-serif and monospace generic names of the font-family CSS property are shown in a blue color, but cursive and fantasy generic names of the font-family CSS property are shown in a black color, as if they were not recognised.

Screen capture:
vscode-issue

  • VSCode Version: 1.28.2
  • OS Version: Windows 7 / Windows 10

Steps to Reproduce:

  1. Create a CSS file with these values, as in the screen capture
    html {
    font-family: serif;
    font-family: sans-serif;
    font-family: monospace;
    font-family: cursive;
    font-family: fantasy;
    }
  2. or download and open this file (and remove.txt extension, github does not like .css files ;-)
    test.css.txt

Does this issue occur when all extensions are disabled?: Yes

@aeschli aeschli assigned alexr00 and unassigned aeschli Oct 27, 2018
@alexr00
Copy link
Member

alexr00 commented Oct 29, 2018

@BartolomeSintes, I can reproduce this with VSCode Version 1.28.2, but it is already fixed in the Insiders build. You should see this be fixed in an upcoming update.

@alexr00 alexr00 closed this as completed Oct 29, 2018
@BartolomeSintes
Copy link
Author

Yes, the problem is fixed in VSCode 1.30. Thank you. Keep up this great work!

@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 13, 2018
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants