Nginx has to be compiled with http://wiki.nginx.org/NginxHttpHeadersModule (default on Ubuntu and some other Linux distros).
location ~* .(eot|ttf|woff|woff2)$ { add_header Access-Control-Allow-Origin *; }
Nginx has to be compiled with http://wiki.nginx.org/NginxHttpHeadersModule (default on Ubuntu and some other Linux distros).
location ~* .(eot|ttf|woff|woff2)$ { add_header Access-Control-Allow-Origin *; }