From c53897cce6c23efeccaf4b1bbef72700fe25cd3b Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 5 May 2015 23:00:28 +0200 Subject: [PATCH] Use mime type for woff fonts --- server/sonar-web/src/main/webapp/WEB-INF/web.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/sonar-web/src/main/webapp/WEB-INF/web.xml b/server/sonar-web/src/main/webapp/WEB-INF/web.xml index bb2cc8d743b..741d4f39c80 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/web.xml +++ b/server/sonar-web/src/main/webapp/WEB-INF/web.xml @@ -175,4 +175,8 @@ csv text/plain + + woff + application/font-woff + -- 2.39.5