# Apache config Header set Access-Control-Allow-Origin "*" # nginx config if ($filename ~* ^.*?\.(eot)|(ttf)|(woff)$){ add_header Access-Control-Allow-Origin *; }