Skip to content
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

Icon gliphs not matching across fonts #23

Open
theolivenbaum opened this issue Apr 12, 2024 · 3 comments
Open

Icon gliphs not matching across fonts #23

theolivenbaum opened this issue Apr 12, 2024 · 3 comments

Comments

@theolivenbaum
Copy link

theolivenbaum commented Apr 12, 2024

Just noticed this when updating our icons package:

  • uicons-regular-rounded -> '\fd6b' is angle-left
  • uicons-bold-rounded -> '\fd6b' is angle-up

We used the bold version for composing an icon, and it started rendering the wrong gliph after updating to the latest font release:

image

There are more icons not matching the glyphs across the fonts, this is just one example.

@XenBG
Copy link

XenBG commented Apr 22, 2024

I have the same problem in my project. All icon glyphs are messed up.

@theolivenbaum
Copy link
Author

To add to the discussion, would also be nice if glyphs were consistent across versions. We always hit the issue of updating the font files and getting totally broken icons till the cache is cleared, because the unicode points used for each icon changes.

@theolivenbaum
Copy link
Author

@konchimartin any chance you can take a look on this issue? Maybe some pre-processing step on whatever script you use to build the font files?
We use uicon on our software and it is consistently broken every time there's a new release due to the full reshuffling of icons:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants