How should I use font awesome icons to have the highest performance for my website?

Viewed 722

I am using font awesome on my web application. Although I use only one icon in one of my pages, all fonts will be downloaded which increase page load time. And as you see in the image(the second font file) it's 80KB and takes 3S to load.

enter image description here

is there any way to decrease its file size and load time?

is it a good idea to subset it?

how about using SVG?

1 Answers
Related