Fini
Fini
I would need someone who can test the potential fix, good would be a thorough test like @phjordan with all the arrows.
It would be great if someone who sees the arrows problem can check this font: [CaskaydiaCove_arrows.zip](https://github.com/ryanoasis/nerd-fonts/files/15049655/CaskaydiaCove_arrows.zip) Version `3.2.1-10` (Probably you need to uninstall the old Caskaydia first, then reboot, then...
Hmm, this is maybe also a hinting problem, this is most visible at 12 pt / 96 dpi.  The advance width is 9.4 pixel, and so the last pixel...
Thank you for testing all that stuff! I will do some final tests with the PR (because it completely changes how the configuration works), and then merge the fix.
@allcontributors please add @FrancescoLuzzi for bug
Counterexample, same icons 'fixed': 
Added that glyphs to Nerd Fonts (still a PR) as * https://github.com/ryanoasis/nerd-fonts/pull/1490 I need volunteer testers, please see that PR for details.
It's the other way around. Nerd Fonts is not using Webinstall - but Webinstall uses Nerd Fonts artifacts. I would strongly recommend to use one of the officially mentioned Nerd...
Also ... Webinstall installs a very old version of the font... Currently Nerd Fonts in on `v3.1.1`, and see here:  They do it on purpose, according to the commit...
Just to mention, this does not look like a typical Apple-sed versus normal-sed problem ``` 72256 Illegal instruction: 4 | sed "s:^${my_rel}:~:" ``` `s/^xxx/~/` is a perfectly valid sed instruction...