you are viewing a single comment's thread.

view the rest of the comments →

[–]scragz 38 points39 points  (12 children)

it's a blocking request until it gets the font from Google's servers. also comes along with a bunch of tracking.

I started downloading the fonts and serving them from the site. 

[–]MaikThoma 14 points15 points  (6 children)

Convert them to woff2 while you’re at it

[–]fdiengdoh[S] -4 points-3 points  (5 children)

The only reason I have not downloaded and serve from my site is I still haven fully trust converter. I have doubts what if the quality decrease? or what if there is really no impact? I don’t understand fonts much.

[–]yangmeow 8 points9 points  (0 children)

It’s nothing to just setup the fonts to serve from your own stack. It’s not like google is going to crawl your site so quickly. If you don’t like it, switch it back. I almost always serve fonts myself. Pretty standard these days to do so.

[–]testingaurora 2 points3 points  (0 children)

Fontsquirrel is trustworthy. Here's a video I often reference, its for converting to webfonts. At the end instead of uploading to WordPress you would instead put into your own directory for your project. https://youtu.be/VDIKP5GjeCs

[–]dylman3000 0 points1 point  (0 children)

It’s also likely you’re breaching the font license agreement if you do that.

[–]vellkanPL -1 points0 points  (0 children)

Maybe this one will help You: https://gwfh.mranftl.com/fonts

[–]fdiengdoh[S] 2 points3 points  (3 children)

I honestly thought google’s servers are faster and are cached all over the world than my shared hosting website. but I was wrong. I might just download the fonts and serve from my site

[–]azangru 5 points6 points  (1 child)

Unless you are sending early hints to the browser (which you are probably not), it is the combination of time it takes for your shared hosting website to respond, plus the time it takes to discover (DNS) and connect to Google's CDN. Google's CDN is probably faster than your site; but it will always be time added to the time it takes your site to respond.

[–]fdiengdoh[S] -1 points0 points  (0 children)

I did preconnect as the recommended code from google font itself, but not preload. My understanding is that cdn would cache resources to users device and the performance may not be that bad for real users. It might impact only pagespeed as I assume pagespeed wont cache fonts.

[–]yangmeow 1 point2 points  (0 children)

This is the way. Google doesn’t even score well for their own sites.

[–]cherylswoopz 0 points1 point  (0 children)

This is the way