-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Closed
Copy link
Description
🗹 Requirements
- I have searched the issues for my issue and found nothing related and/or helpful
- I have searched the FAQ for help
- I have searched the Wiki for help
🎯 Subject of the issue
Experienced behavior:
When enabling ss06 on MonaspiceNe Nerd Font Mono, characters after consecutive #s end up overlayed with the #s:
I was able to confirm that MonaspiceNe Nerd Font and MonaspiceNe Nerd Font Propo have the correct behavior.
Screenshot is from vscode, but I was able to reproduce the issue in Windows Terminal as well:
Expected behavior:
The same behavior as Monaspace Neon/MonaspiceNe Nerd Font/MonaspiceNe Nerd Font Propo:
For comparison, with ss06 disabled:
Example symbols:
The main symbol I've noticed affected is #. I haven't noticed any others, but as far as I know, ss06 only affects #.
###$$$$
🔧 Your Setup
- Which font are you using (e.g.
Anonymice Powerline Nerd Font Complete.ttf)?MonaspiceNeNerdFontMono-*.otf- as far as I can tell, affects all variants of it. Confirmed with Light and Regular at least
- Where did you get the file from (download link, self patched, source downloaded from link...)
- Releases page (v3.1.1) -
Monaspace.zip, also testedMonaspace.tar.xz
- Releases page (v3.1.1) -
- Which terminal emulator are you using (e.g.
iterm2,urxvt,gnome,konsole)?- Windows Terminal, behavior also observed in vscode
- Are you using OS X, Linux or Windows? And which specific version or distribution?
- Windows 11 Pro 22H2
★ Screenshots (Optional)
settings.json for Windows Terminal:
Copyable settings:
{
"font": {
"face": "MonaspiceNe Nerd Font Mono",
"features": {
"calt": 1,
"liga": 1,
"ss03": 1,
"ss06": 1,
"ss08": 1
}
}
}MicaelJarniac