I'm experiencing an issue with the font style appearing too bold in VSCode, even though I've tried setting a lighter font weight in my custom CSS configuration. Currently, I'm using the following configuration in my settings.json:
.windows {
font-family: "Inter";
-webkit-text-stroke-width: 0.2px; /* Not needed on macOS */
font-weight: 300;
}
Text still appears too bold, affecting readability like a photo:
Could someone help me identify why this issue is persisting and suggest any potential fixes? I’d appreciate any guidance on making the font appear lighter and closer to the specified weight.
I'm experiencing an issue with the font style appearing too bold in VSCode, even though I've tried setting a lighter font weight in my custom CSS configuration. Currently, I'm using the following configuration in my settings.json:
In my customcss.css file, I’ve specified:
Text still appears too bold, affecting readability like a photo:
Could someone help me identify why this issue is persisting and suggest any potential fixes? I’d appreciate any guidance on making the font appear lighter and closer to the specified weight.
Thank you!