Preload of radzen stylesheets not working

Im getting all kinds of errors associated with the preload of the radzen css
A preload for 'http://xx.xx.xx.xxx/_content/Radzen.Blazor/fonts/MaterialSymbolsOutlined.woff2' is found, but is not used because the request credentials mode does not match. Consider taking a look at crossorigin attribute.

I am not using themes and do not need a preload of anything, is there a way around this?

Where do you see those errors?

You are definitely using themes if you see this. You can't use Radzen.Blazor components without a theme.

You can disable preloading via the corresponding parameter of RadzenTheme.

UPDATE: Nevermind. I found what you mean - there is a warning in the developer tools console. We will address that with the next release. Meanwhile you can set the PreloadIconFont property of RadzenTheme to false:

<RadzenTheme PreloadIconFont="false" ... />

Where does this <RadzenTheme tag belong? This tag is not currently in the project

If you don't have RadzenTheme then you are probably preloading the font manually. We can't help in this case. Anyway the getting started instructions is a good start: Get Started | Free UI Components by Radzen