inter
inter copied to clipboard
Letters inside circles in VS code
Describe the bug title To Reproduce Steps to reproduce the behavior:
- Open a Rust project on vscode, while using inter as ui font
- Observe how the action/description text look
Expected behavior No letters are inside circles
Screenshots
Environment
- OS: Arch Linux, updated til 15-sep-2024
- App that renders the font Visual Studio Code
- Version of font: 4.0 Additional context I suspect it's related to the composition feature, which can be disabled using fontconfig under linux, but chromium/electron don't respect those settings.
Disable Stylistic Set 5 (ss05).
Yeah, this can be done using the editor.fontLigatures option in vscode, but the problem is that I enabled that stylistic set for the monospace font, and I don't know if this can be enabled just for it...
Just to complement: if, after removing ss05, a square appears in the uppercase letters, remove the ss06 too.