Looking to create a custom font icon library similar to "Font Awesome" for my AngularJS project, as using fonts instead of images is more versatile across devices.
- Is there a way to achieve this?
I have generated a font in .ttf and .svg formats with my icons, but each icon is associated with a specific letter in the font. For example, the home icon corresponds to the letter "H".
However, I have encountered a small issue in Firefox where the letter displays before rendering the actual icon.
- What is the recommended approach to address this?
- Is it possible to resolve the Firefox display issue?
Any guidance would be appreciated. Thank you.