I want to be able to use inline icons. For instance, the Font Awesome icons used here:
https://www.dutchamsterdam.nl/i/aa/2021/08/icons.jpg
https://www.dutchamsterdam.nl/i/aa/2021/08/icons2.jpg
Both are used on this page (one in the sidebar)
https://www.dutchamsterdam.nl/110-van-gogh-museum
In addition, it would be nice to be able to float an icon of any size to-left in a block of text — the same way you can float an image left or right with text flowing around it. I don’t have a screenshot because I haven’t been able to do that ??
Incidentally, Font Awesome icons are inserted like this:
<i class=”far fa-alarm-clock”></i>
But that can only be done in Custom HTML blocks. When edited visually, these icons are not visible. Plus, they usually lose the </i> part, which causes display problems.