Skip to content

Commit 03e40a8

Browse files
authored
Add note about VS Code support
1 parent fa7b350 commit 03e40a8

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,16 @@ As with the desktop fonts, they are made available both as variable and static f
6060
## Editors
6161

6262
### Visual Studio Code
63-
Set the font family
63+
64+
Set the font family:
6465

6566
```json
66-
"editor.fontFamily": "'Monaspace Neon Var', monospace",
67+
"editor.fontFamily": "'Monaspace Neon', monospace",
6768
```
6869

70+
> [!NOTE]
71+
> Variable fonts are not yet well-supported in VS Code, and it is not yet possible to mix multiple fonts. Stay tuned, we're talking with the VS Code team about it!
72+
6973
Texture healing and coding ligatures are controlled by the same setting. You can enable either, or both.
7074

7175
If you only want texture healing and basic coding ligatures, add the following line to your `settings.json`:

0 commit comments

Comments
 (0)