• Resolved rushdiey

    (@rushdiey)


    Failed to load resource: the server responded with a status of 404 () eicons.woff2
    Failed to load resource: the server responded with a status of 404 () eicons.woff
    Failed to load resource: the server responded with a status of 404 () eicons.tff

    I got this error when update to elementor 3.2.1 when check using dev tools

Viewing 2 replies - 16 through 17 (of 17 total)
  • 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!

    Hello,

    I am also having the same issue like fail to load wp-content/uploads/elementor/css/post-6551.css bo CSS is working at all.

    Please advice.

    Thank you
    Gokaran

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Eicons Error after update to Elementor 3.2.1’ is closed to new replies.