Webfont issue

Posted in: Newspaper
Post count: 48

when i check my website speed at https://pagespeed.web.dev/ it shows warning “ensure text remains visible during webfont load. i also checked my theme’s @font face, there font display is set as swap. then why page speed shows me this error. u can check it by clicking here.

Post count: 200

You can preload your fonts <link rel="preload" as="font">

Or if you use google fonts add swap
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet">

Post count: 48

plz explain with details

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