The solution for the problem of this font with google speed insights”:
I solved this problem after looong suffer with this font file.
First you have to open and edit this file :
elementor/assets/lib/eicons/css/elementor-icons.css and add at the end of @font-face{
;here}
add this: font-display:swap;
sometimes doesent work because it is also included in (frontend.php) and being written everytime , so the final solution is in:
elementor/includes/frontend.php /line:1402
This part:
font-weight:400;font-style:normal,font-display:}
should be made:
font-weight:400;font-style:normal,font-display:swap;}
and this will solve the problem of this font with google insights permanently.
? Credits reserved!