How to Preload fonts ?
-
Hi
I just have added this code into my functions.php file in mobile theme and it works, I would like to add it for my amp version, do you think it’s possible ?// Preload Newspaper fonts for mobile theme function dns_prefetch_mobile() { echo "<link href='https://lowtechnation.com/wp-content/plugins/td-composer/mobile/images/icons/mobile-theme.woff?9' rel='preload' as='font' type='font/woff' crossorigin>"; } add_action( 'wp_head', 'dns_prefetch_mobile', 0 );
Thank you
Kind regards
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to Preload fonts ?’ is closed to new replies.