Hi,
This font file comes from the font-awesome library included in HikaShop.
It is necessary to display all the icons HikaShop uses everywhere.
Removing that file would lead to the icons in HikaShop not displaying.
In fact, on your speed result, you have two such files. One is the one in HikaShop, and the other is the one in easysocial.
Now something might be possible to skip load the font-awesome of HikaShop as explained here:
www.hikashop.com/forum/install-update/89...onflicts.html#316678
You should hopefully still have the HikaShop icons after that as other extensions are loading their own fontawesome library on the page.
However, your speed issue doesn't come from this and changing this won't help you much.
I don't know why that speed test tells you you could gain 4 seconds here, that's just not possible.
Just check the loading of the files of the page with your browser's developer tools and you'll see this:
monosnap.com/file/tlDsPKr31E7XsYLyk3NPFlMYScYaMt
As you can see there, the processing of the HTML and its sending to the browser itself takes up 4.17 seconds, while the retrieval of the woff2 file takes up only 0.2 seconds and is done in parallel to other files necessary for the rendering of the page (like the images, CSS files, js files, etc). So even if you remove that file, you won't gain any noticable speed improvment. Maybe 0.05 seconds.
Your problem is the generation of the page itself.
I would rather recommend you look at the profiling information you can get with the debug system of Joomla to understand where the page takes time to generate the page and follow the instructions here:
www.daycounts.com/how-to/how-to-pinpoint...a-performance-issues