Font td-multipurpose.ttf font size large

Posted in: Newspaper
Post count: 13

Hi so my tech guy has advised me to ask if the td-multipurpose.ttf file in the following path:

https://www.example.com/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.ttf

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.
Post count: 21065

Hello @falcon11 !

Check this guide: https://forum.tagdiv.com/font-customization/, so you can see how to use the custom font files.

Thank you!

Post count: 13

Hi thanks, so the only font I’m asking about is the td-multipurpose.ttf font which is 127kb in size. It’s not mentioned in the guide you mention above. Is there any way to optimise this font? I’d really appreciate your advice. Thanks!

Regards

Post count: 27744

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!

Post count: 13

Hi thanks, Is there any way to optimise the font td-multipurpose.ttf itself?

Post count: 27744

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!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.