diff --git a/roles/webserver-legacy/nginx/files/vhosts/nasqueron.org/assets.conf b/roles/webserver-legacy/nginx/files/vhosts/nasqueron.org/assets.conf
--- a/roles/webserver-legacy/nginx/files/vhosts/nasqueron.org/assets.conf
+++ b/roles/webserver-legacy/nginx/files/vhosts/nasqueron.org/assets.conf
@@ -29,7 +29,7 @@
 
     index index.html index.php index.htm;
 
-    location ~* \.(eot|otf|ttf|woff|woff2)$ {
+    location ~* \.(eot|otf|ttf|woff|woff2|css)$ {
         add_header Access-Control-Allow-Origin *;
     }
 }