Closed mrjones2014 closed 2 years ago
Same issue for the "Medium" variant.
I guess you mean this?
This is not a glyph that Nerd Fonts patches in. If it's there or not depends on the original font.
dang. guess it's time to pick a new font for the hundredth time :/
Or just patch it in yourselves? It's not really hard.
Like, just from the top of my head, approximately
import fontforge
source = fontforge.open('BlahblahBOLD.ttf')
target = fontforge.open('BlahblahMEDIUM.ttf')
source.selection.select(0x21e3)
source.copy()
target.selection.select(0x21e3)
target.paste()
target.generate('new name')
Oh sick. I might just do that.
This issue has been automatically locked since there has not been any recent activity (i.e. last half year) after it was closed. It helps our maintainers focus on the active issues. If you have found a problem that seems similar, please open a new issue, complete the issue template with all the details necessary to reproduce, and mention this issue as reference.
🗹 Requirements
🎯 Subject of the issue
Experienced behavior: Only the "SemiBold" variant is missing some icons
Expected behavior: SemiBold should have all the same icons
Example symbols:
🔧 Your Setup
Anonymice Powerline Nerd Font Complete.ttf
)?iterm2
,urxvt
,gnome
,konsole
)? Kitty★ Screenshots (Optional)
Victor Mono SemiBold:
Victor Mono:
Victor Mono Bold: