This Font takes time to Load.

Posted in: Newspaper
Post count: 341

My site: http://www.styzic.com/

This one font increases load time by atleast 300ms: http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic|Ubuntu:400,400italic|Open+Sans:400italic,400|Oswald:400,700|Roboto+Condensed:400italic,700italic,400,700?ver=4.2

Any way to get it on my host?

Post count: 9544

All fonts loaded externally add load time; best bet is to use “web safe fonts” (I’m using the Gill Sans stack for our sites, for instance).

Another option to speed up loading is to download the CSS from the above link, and embed that at the end of your style.css, and erase that line from the functions.php (or comment it out). This way you’re loading the css locally and loading the fonts directly without that intermediate delay. I do this for our business site which doesn’t use WordPress. Really helped.

Post count: 341

That’ll be better Chris, Thanks 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.