Hi so my tech guy has advised me to ask if the td-multipurpose.ttf file in the following path:
This font has mutliple language fonts etc and is a very large file of 127kb.
I have a theme for desktop and a mobile theme. There’s a child theme used. How do I optimise this font feature? We only use English in our website. Thanks a lot!
-
This topic was modified 3 years by
falcon11.
Hello @falcon11 !
Check this guide: https://forum.tagdiv.com/font-customization/, so you can see how to use the custom font files.
Thank you!
Hello,
Please check this topic https://forum.tagdiv.com/topic/low-scores-on-mobile-theme-amp-and-desktop-pagespeed-and-gt-metrics-optimize/ and try this code -> // Preload Newspaper fonts for responsive theme (main theme) function dns_prefetch_responsive()
{
echo '';
echo '';
}
add_action( 'wp_head', 'dns_prefetch_responsive', 0 );
Also, please check this post https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Thank you!
Hi,
The only option to optimize it is to use the code -> https://pastebin.com/2iauKHkk I notice that is not the entire code above, please check this link and use this code.
Thank you!