错误信息:
Font from origin 'http://timg.totour.com' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8080' is therefore not allowed access.
解决:
location ~* \.(eot|ttf|woff)$ { add_header Access-Control-Allow-Origin '*';}