How to fix font family after VSCode update - kdaisho/Blog GitHub Wiki
After updating VSCode, the font started to look bolder than before the update. Here's the fix.
- Go to settings
- Search for 'font'
- Find 'Editor: Font Family'
- The value must be something like
Operator Mono
- Change to
OperatorMono-Book
(Make sure your machine has installed this font)
That's it.