nginx 允許 CORS - oracle-design/guides GitHub Wiki

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