]> source.dussan.org Git - sonarqube.git/commitdiff
Use mime type for woff fonts
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 5 May 2015 21:00:28 +0000 (23:00 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 5 May 2015 21:00:28 +0000 (23:00 +0200)
server/sonar-web/src/main/webapp/WEB-INF/web.xml

index bb2cc8d743b2623fa93c7db039bc5bcff04090b6..741d4f39c80c285e43f8bd331b7b29ca47337b34 100644 (file)
     <extension>csv</extension>
     <mime-type>text/plain</mime-type>
   </mime-mapping>
+  <mime-mapping>
+    <extension>woff</extension>
+    <mime-type>application/font-woff</mime-type>
+  </mime-mapping>
 </web-app>