All the fonts in styles/font directory, when loaded onto a CDN seem to give CORS errors.
I have added
<div>
<div>”Access-Control-Allow-Origin”, “*”</div>
<div></div>
</div>
<div>to all my reply headers in my application, but the error still happens (when accessing a web form that has some elements). The error occurs because of a smart-drop-down-list object I have in the form.</div>
<div></div>
<div>Is there anything you would suggest to try to eliminate these errors</div>