nginx.conf

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