• Hi,

    I’m having issues with socialpug.woff when checking my site in PageSpeed. It appears that this font is loading on each page of my site, although I’m not using it anywhere.

    One error I get is ‘Preload key requests’ – Consider using <link rel=preload> to prioritize fetching resources that are currently requested later in page load.

    The other one is ‘Ensure text remains visible during webfont load’. Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading.

    The thirt one is ‘Serve static assets with an efficient cache policy’ – A long cache lifetime can speed up repeat visits to your page.

    Can you please have a look at this? Is it possible to remove this font and use the default page font instead?

    Many thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am using Astra theme in my blog and I am not using their default font but still it loads in every page and they gave me this code to paste in functions.php file
    add_filter( 'astra_enable_default_fonts', '__return_false' );
    and it worked.

    It would be much helpful to us, If plugin contributor gave us similar code to disable plugins default font.

    Auntie

    (@auntie)

    I also posted the same question and haven’t received an answer, and I even have the pro version (no pro-version help desk).

    Support is lacking, to put it mildly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘socialpug.woff issues’ is closed to new replies.