-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashed arrow is off in Iosevka Nerd Font Mono Regular #1018
Comments
The arrow seem to be These glyphs are not patched in by Nerd Fonts. Opening the two fonts, they look both ok, each is 1000 wide: My guess would be that this is (again) a Family name problem; the OS mixes up all Iosevka fonts.
|
To clarify... This is a mix of two causes. Generally the dashed arrow is broken in |
It was working at some point but I think it's been quite some time. I just thought it would be fixed at some point eventually because it's so obvious. 😅 Happy to help in any way! |
Well, I guess all the arrow stuff of Iosevka is affected, i.e. Because they do not fit to the ordinary font width (of Probably users of the |
Yes I tried to use the one without mono but then my powerlevel10k prompt looks weird, because the slates are not matching properly. |
I have no real idea what do do here. Postponing to |
Just wanted to let you know, that the issue is resolved when I use the EDIT: Tested on latest |
Thank you for the information! |
@Finii Looks like the IosevkaTerm Nerd Font disappeared in my latest install. What should I do? |
Oh, looks like it is now a separate brew package. Will try downloading this then |
Yes it was so big, I thought a lot people might just want Term or not-Term and not both. |
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. |
Hello, I have already turned the I build iosevka with this build plan: (I have updated it since posting in the discussion, but the issue persists) [buildPlans.hiosevka]
family = "hIosekva"
spacing = "normal"
serifs = "sans"
[buildPlans.hiosevka.ligations]
inherits = "haskell"
enables = [
"brst", # (* *)
"logic", # \/ /\
"lteq-separate", # <=
"gteq-separate", # >=
]
disables = [
"lteq", # <=
"gteq", # >=
]
[buildPlans.hiosevka.variants.design]
capital-z = 'straight-serifless-with-crossbar'
capital-q = 'crossing'
lower-lambda = 'tailed-turn'
seven = 'straight-serifless-crossbar'
number-sign = 'slanted'
ampersand = "upper-open"
dollar = 'open'
percent = 'rings-continuous-slash-also-connected' This font is then patched with this command: find \( -name \*.ttf -o -name \*.otf \) | parallel nerd-font-patcher \
{} \
--name {/.}-NF \
--use-single-width-glyphs \
--careful \
--complete \
--quiet \
--adjust-line-height \
--no-progressbars \
--outputdir nerd-font Thank you for your time ! |
Just some notes:
|
About the names, you can check via Result will be a very wide list, where you can especially check the family names:
|
Thank you for your reply ! I'm not sure if What do you mean by "not able to rebuild the grouping structure of the fonts"? I'm not a font expert, but all the variants seem to be recognized correctly by iTerm2. I had to turn this on, because I got errors that the family name is too long at some point. ...
hiosevka> ERROR: ====-< Family (ID 1) too long (47 > 31): HIosekva Nerd Font Mono ExtraLight Extended Obl
hiosevka> HIosekva Nerd Font Mono ExtraLight Extended Oblique
... Here's the full output of the command you provided I noticed that there are a few are missing "typographic family", is this what you're referring to as "broken family names" ? Thanks =) |
I see, thanks for the clarification !
I wasn't sure what "alternative method" meant exactly, which caused my initial confusion. But your explanation was really clear ! I have removed the |
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:
When using bold text, the arrow is not aligned correctly horizontally (it's too close to the right number here)
It is also bigger and looks generally out of place.
(This also happens with Medium, Oblique, Thin and Light fonts)
Expected behavior:
Bold text should align correctly
Example symbols:
⇣1⇡1
🔧 Your Setup
Anonymice Powerline Nerd Font Complete.ttf
)?brew tap homebrew/cask-fonts && brew install --cask font-iosevka-nerd-font
iterm2
,urxvt
,gnome
,konsole
)?★ Screenshots (Optional)
Regular (works)
Bold (broken)
The text was updated successfully, but these errors were encountered: