It seems that 'text' is better supported than 'icon_names'.
Open
I Font Bug
- Dominant language
- HTML
- Stars
- 20.5k
- Forks
- 2.9k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 95
Description
With volume_up, volume_off, and crown icon
```
volume_up
volume_off
crown
```
I can use this:
```
```
and this also can working(text=>icon_names):
```
```
but cannot use(Only the order is different.):
```
```
It seems that 'text' is better supported than 'icon_names'. When I change the order of 'text', the icons still display, but when I change the order of 'icon_names', they don't. I spent a lot of time to find out why this is. The official documentation does not state that the order is important, and I also think that the order should not affect the display results.
Contributor guide
Assessment
This issue has not been assessed yet.