Site logo

[Resolved] Add font-display: swap

Home Forums Support [Resolved] Add font-display: swap

Home Forums Support Add font-display: swap

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • #1983304
    Kasia

    Hi!

    I added this filter:

    add_filter( 'generate_google_font_display', function() {
        return 'swap';
    } );

    to my functions.php file in a child theme, but unfortunately PageSpeed Insights still doesn’t recognize it. What could I have done wrong?

    I test on the entry: https://samochody-szwajcaria.pl/chrysler-grand-voyager-68/

    #1983397
    David
    Staff
    Customer Support

    Hi there,

    the 2 x fonts are the GP Icon fonts, which can’t be swapped as there icons and theres no fallback for them.
    Instead go to Customizer > General and change the Icon Type to SVG.

    #1983710
    Kasia

    Ok, thank you so much!

    #1983837
    David
    Staff
    Customer Support

    You’re welcome!

    #2047364
    mogudasl

    Hello,

    I have added the code

    add_filter( ‘generate_google_font_display’, function() {
    return ‘swap’;
    } );

    on the child theme

    and I still get the problem in pagespeed

    …fonts/generatepress.woff2. (“web”). 10 ms

    …v36/4UaGrENHs….woff2(fonts.gstatic.com). 0 ms

    …v18/KFOmCnqEu….woff2(fonts.gstatic.com). 0 ms

    …v36/4UaGrENHs….woff2(fonts.gstatic.com). 0 ms

    …v36/4UabrENHs….woff2(fonts.gstatic.com). 10 ms

    #2047485
    David
    Staff
    Customer Support

    Hi there,

    please raise a new topic where you can share a link to your site so we can take a look.

    #2083682
    Lars

    Hi Tom,
    the filters above only work for google fonts used by generatepress right?.

    Is there a easy way to set it for generatepress.woff2 and gp-premium.ttf as well?

    thanks, Lars

    #2083712
    Ying
    Staff
    Customer Support

    Hi Lars,

    GP fonts are icons, they can’t be swapped with other fonts Unfortuanly.

    I would recommend switch to SVG instead of using fonts for better performance at customizer > general.

Viewing 8 posts - 16 through 23 (of 23 total)
  • You must be logged in to reply to this topic.