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
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!
You must use the editor.fontLigatures setting to enable the various features (texture healing, ligatures, and character variants). The setting is a comma-separated list of font features to be enabled.
However, I noticed that a PR has been merged into vscode since this was written:
you can define a variable width font in editor.fontFamily and they will be rendered. however tabs and vertical cursor movement is broken. see here microsoft/vscode#108755
Currently this repositories README states:
Note
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!
You must use the
editor.fontLigatures
setting to enable the various features (texture healing, ligatures, and character variants). The setting is a comma-separated list of font features to be enabled.However, I noticed that a PR has been merged into vscode since this was written:
PR #153968: Support variable fonts.
So does the warning in the README still hold true, or have circumstances improved with respect to variable font support?
The text was updated successfully, but these errors were encountered: