Can I Use Font-awesome Icons On Emails


Answer :

You can't use webfonts reliably in html emails. Some clients might respect and render them, but the majority don't.


You can use this website to convert the icons into images, and then simply download the images and upload them to Imgur. From there you can use <img> tags to link to the Imgur images.

Edit:

A better solution would be to host the images on your own server with the same domain as your email's domain. This will increase the chance of images automatically being displayed on your emails, as they are normally hidden until the user decides to view them.

For example, if I used myname@mydomain.com to send emails, I'd host the images on mydomain.com


You can embed them as images in your email. You can use fa2png.io which converts the font awesome icons to png of required size as well as color.


Comments

Popular posts from this blog

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?