You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Version: 1.28.2
OS Version: Windows 7 / Windows 10
Steps to Reproduce:
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;
}
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
The text was updated successfully, but these errors were encountered:
@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.
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:

Steps to Reproduce:
html {
font-family: serif;
font-family: sans-serif;
font-family: monospace;
font-family: cursive;
font-family: fantasy;
}
test.css.txt
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: