赞
踩
原文链接
在nginx配置一下字体支持跨域
location ~* \.(eot|ttf|woff|woff2|svg)$ {
root /data/youzan/;
add_header Access-Control-Allow-Origin *;
}