rainstormstudio / nerd-icons.el

GNU General Public License v3.0
206 stars 22 forks source link

emacs creates synthetic bold ("emboldened") variant via overstriking #65

Open real-or-random opened 6 months ago

real-or-random commented 6 months ago

I'd like to raise your awareness to https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67810, which I have reported to emacs.

tl;dr: emacs creates a bold version of the nerd icons whenever bold is requested as a face attribute. This is undesirable because the resulting icon may be too wide and also because it just looks bad.

But unless upstream does something about it, I don't think there's a lot that can be done here:

Alternatively, this package could also install a patched font that claims to be bold but is just the regular variant. That's a bit ugly. But at least it would just solve the problem.