Font from origin '
http://7xn8qb.com1.z0.glb.clouddn.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://codenode.cn' is therefore not allowed access. The response had HTTP status code 403.
看下原来地方的 nginx 配置 是不是没有增加两行
add_header 'Access-Control-Allow-Origin' '*';
add_header Access-Control-Allow-Headers X-Requested-With;