After a form submission using a Svelte component inside an Astro page, I'm getting a bunch of preloaded font errors logged to the console:
The resource https://mysite/fonts/Poppins.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.
How can I fix this?