Preload font warning
-
I added in website settings font family and am getting this warning:
The resource "font site here" was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate 'as' value and it is preloaded intentionally.
I had two of those warnings, one on the header tag and one after the footer tag.
After changing all to default, only the second one warning stayed, the one after the footer.
It seems the link is like this:<link rel="preload" href="font site here" as="fetch" crossorigin="anonymous">
How can I remove this warning?
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Preload font warning’ is closed to new replies.