When trying to preload fonts, I get the following warning in the DevTools console:
A preload for 'https://domain.test/build/assets/Poppins-C8OXljZJ.woff2' is found, but is not used because the request credentials mode does not match. Consider taking a look at crossorigin attribute.
This happens because font and fetch preloads require the crossorigin attribute on the <link> element.
Source: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/rel/preload#cors-enabled_fetches
When trying to preload fonts, I get the following warning in the DevTools console:
This happens because font and fetch preloads require the
crossoriginattribute on the<link>element.Source: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/rel/preload#cors-enabled_fetches