Hi,
I had tried
– via theme settings
– via plugin
– via both
All failed.
What I see as a dummie; with Woodmart, the instruction is added on bottom of Head, and linked with CDN. With plugin, it’s on top of the Head (which is better), and you personally write the original server path (cross-origin is automatically added).
What the plugin is adding:
<link rel=”preload” as=”font” href=”/wp-content/themes/woodmart/fonts/woodmart-font.woff?” data-wpacu-preload-font=”1″ crossorigin>
What Woodmart theme is adding:
<link rel=”preload” as=”font” href=”//477426-1500509-raikfcquaxqncofqfm.stackpathdns.com/wp-content/themes/woodmart/fonts/woodmart-font.woff2?v=6.0.3″ type=”font/woff” crossorigin>
I just purged the CDN. Now, it seems to be fine … with the plugin. So, I am fine, but maybe, for someone else, one day
Best regards