Okay
  Public Ticket #349984
Font Awesome & Google Webfonts Broken with www.
Closed

Comments

  • Wade started the conversation

    Hello,

    Our website performs wonderfully using just http://crsadvancedtechnology.com however, if we add the www. it breaks the google web fonts and the font awesome resources. How do we fix this?

  • Wade replied

    This turned out to be an IIS issue where the www. version called for resources stored on the non-www. version and could not get them because of Cross Origin Resource issues. We added "Access-Control-Allow-Origin" to the header of the non-www. and that allowed the resources to be shared. You can divine this information from the "Console" portion of your browser's "Inspect Element" tab.