0
So guys, I have a problem here which is this, I import external fonts in css with @font-face, only when I access my site in the browser without putting www, the site does not pull the font. But if I type the address in the site url with www it picks up the external source right.
I use Chrome and it’s up to date, I’ve cleared the cache.
The console gives me an error of has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested Resource.
Possible duplicate of What is the meaning of CORS?
– BrTkCa