I have developed a Chrome extension that highlights phone numbers on web pages and now I want to add an icon at the end of each highlighted number. I am considering two options:
- Utilizing font awesome icons.
- Using
.ico
files.
However, I encountered an issue with font awesome icons as they are appearing as blank squares when using unicodes or not rendering at all with the fa-phone class. This could be due to certain sites not supporting font awesome icons, but I'm unsure how to resolve this problem.
If using font awesome is not feasible, I would like to explore adding .ico
files within <span>
tags instead. How can I achieve this?