mfn-icons display problem
in Fonts
Hi
We've just launched a new client site on which, since moving to the live domain everything displays as works as it should when ommitting the www. - http://rotherwood-recruitment.com/
However, when viewing the site adding 'www.' to the url, the mfn-icons display as chinese characters throughout the site.
Have we missed something really obvious?
Many thanks
Comments
look at your JS console and you will see the reason why icons does not work. It's because of CORS library which is not enabled on your server. More details about that you can read on http://enable-cors.org/server.html
Thanks