Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Venkat Raj

    (@webulous)

    @malikati197 It seems your zeen theme’s Tipi builder causes issue.

    Rules like this

    @font-face {
        font-family: 'tipi';
        src: url(https://chatkharasports.com/wp-content/themes/zeen/assets/css/./tipi/tipi.woff2#1670925644) format("woff2"), url(https://chatkharasports.com/wp-content/themes/zeen/assets/css/./tipi/tipi.ttf#1670925644) format("truetype"), url(https://chatkharasports.com/wp-content/themes/zeen/assets/css/./tipi/tipi.woff#1670925644) format("woff"), url(https://chatkharasports.com/wp-content/themes/zeen/assets/css/./tipi/tipi.svg?9oa0lg#tipi) format("svg");
        font-weight: 400;
        font-style: normal;
        font-display: block
    }

    Should have font-display: swap; instead of block

    Thread Starter malikati197

    (@malikati197)

    How to solve it please give a idea.
    this is my setting.
    https://paste.pics/521e0cbcdb2a5d6806b37eb1e449377e

    • This reply was modified 1 year, 11 months ago by malikati197.
    Plugin Contributor Venkat Raj

    (@webulous)

    @malikati197 Theme seem to dyamically print styles rather than enqueuing. Enqueued fonts are automatically added display=swap query parameter by WP Optimize. The problem causing code is not processed by WP-O. You need to look into the code or ask Theme author’s help

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lighthouse was unable to automatically check the `font-display’ is closed to new replies.