Home › Forums › WoodMart support forum › Preload key requests – link rel=preload Preload key requests – link rel=preload This topic has 2 replies, 3 voices, and was last updated 4 years ago by GHGbR. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts October 14, 2020 at 12:22 pm #233208 hartonParticipant Hello, I would like to ask you how to resolve this issue from Google PageSpeed: Consider using <link rel=preload> to prioritize fetching resources that are currently requested later in page load: …fonts/woodmart-font.woff Thanks. Attachments:You must be logged in to view attached files. October 14, 2020 at 1:06 pm #233218 Artem TemosKeymaster Hello, Thank you so much for contacting our support center. This file is loaded via CSS and not using <link tag. Sorry, but it is not possible to add such an attribute there. Kind Regards XTemos Studio October 15, 2020 at 10:09 am #233456 GHGbRParticipant @harton The following snippet has helped me: // Preload fonts for mobile theme function dns_prefetch_mobile() { echo "<link href='https://yourURL.test/wp-content/themes/woodmart/fonts/woodmart-font.woff?v=5.2.0' rel='preload' as='font' type='font/woff' crossorigin='anonymous'>"; } add_action( 'wp_head', 'dns_prefetch_mobile', 0 ); Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to create new topics. Login / Register