I get this error loading fonts for my theme:
Access to font at 'https://(example).azurewebsites.net/wp-content/themes/wpex-chic/fonts/fontawesome-webfont.woff2?v=4.3.0' from origin 'http://(example).eastus.cloudapp.azure.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
How can I set the CORS policy for my app to allow fonts from other domains?
I get this error loading fonts for my theme:
How can I set the CORS policy for my app to allow fonts from other domains?