MyBB Community Forums

Full Version: Square Theme: Missing icons at portal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I shifted my portal.php from my /forums to my root of the website.
Made the necessary modifications for it to work as index.php.

Then, I noticed that the awesome font icons don't work.
I tried rename index.php back to portal.php, still the same.
I view source the page to check if the css is correctly linked, it is.

I have no idea why it isn't loading, anyone?

The site is www.gw2time.com

Fixed, need to add this into .htaccess

<FilesMatch "\.(ttf|otf|eot|svg|woff)$">
 <IfModule mod_headers.c>
  Header set Access-Control-Allow-Origin "*"
 </IfModule>
</FilesMatch>