##关于@font-face的跨域请求问题
修改nginx conf if ($filename ~ ^.?.(eot)|(ttf)|(woff)$){ add_header Access-Control-Allow-Origin *; }