You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once I remove "star" from URL, "tour" starts displaying. On other hand when I remove "tour" from URL, "star" starts working.
When URL contains both icons, none is working.
I ran into a similar problem using a different icon set. "star" won't work but all other icons are ok.
I first used "star_rate" even though it doesn't look as nice as "star" for my use case. Finally I found out that changing "star" into "star_border" in the font url icon_names parameter fixed the "star" icon. Works as well in your StackBlitz reproduction.
I first used "star_rate" even though it doesn't look as nice as "star" for my use case. Finally I found out that changing "star" into "star_border" in the font url icon_names parameter fixed the "star" icon. Works as well in your StackBlitz reproduction.
Replacing all the 'star's with 'star_border's fixed the issue for me, thanks for the tip, you've saved me a lot of time! :)
(Just adding 'star_border' to the list of glyphs selected did fix 'star', but star_border works just as well as a star symbol, although when this bug is fixed I might have to switch them back)
Hi,
when I don't load whole font collection but only used icons I have a problem with "star" and "tour" icons. None of those two icons are displayed.
Loading:
Usage:
Once I remove "star" from URL, "tour" starts displaying. On other hand when I remove "tour" from URL, "star" starts working.
When URL contains both icons, none is working.
Reproduction (StackBlitz)
Any ideas?
The text was updated successfully, but these errors were encountered: