08-30-2018, 04:20 PM
hi
I order to improve my perf i decide to preload my font.
But in consol I got the following message
But this font is used? So, is there anyone who can explain me my mistake?
I order to improve my perf i decide to preload my font.
Code:
<link rel="preload" href="https://www.mydomain.com/font/specialelite.woff2" as="font" type="font/woff2" media="screen and (min-width: 624px)"
But in consol I got the following message
Code:
The resource https://www.mydomain.com/font/specialelite.woff2 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.
But this font is used? So, is there anyone who can explain me my mistake?