I have django 2.1.5 with python3.7 app worket well on local...
I have create static app in my webfaction dashboard Static-Only (no .htaccess). All work fine except certains fonts i have this message this error in my browser:
Access to font at
'http://domain/static/plugins/elegant_font/html_css/fonts/ElegantIcons.woff' from origin 'http://domain' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. (index):942 GET http://domain/static/plugins/elegant_font/html_css/fonts/ElegantIcons.woff net::ERR_FAILED**
How can i solved it i have trying many solution (django-cors-headers and others) But not work. I need if possible step by step help ...