解决firefox和IE9对icon font字体的跨域访问问题

nginx.conf:

location ~* \.(eot|ttf|woff)$ {
    add_header Access-Control-Allow-Origin *;
}

添加新评论