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.
is there any way to decrease its file size and load time?
is it a good idea to subset it?
how about using SVG?
