PageSpeed Insights – problem with woodmart-font.woff
-
Hello! Some problem with woodmart-font.woff. Received such a recommendation from Google, see screenshot. I don’t use my own or external fonts. How to solve this problem, disable download?
Attachments:
You must be
logged in to view attached files.
Hello,
You can add this <link
tag to preload the font with the following PHP code. Place it to your functions.php
file in the child theme and replace the URL with your woodmart-font
file URL.
add_action(
'wp_head',
function () {
echo '<link rel="preload" href="FILE_URL" as="style">';
}
);
Kind Regards
The topic ‘PageSpeed Insights – problem with woodmart-font.woff’ is closed to new replies.