From 44fbc29541604973df5311af9898fc4ceaad583d Mon Sep 17 00:00:00 2001 From: Jwheuvel Date: Thu, 24 Apr 2014 20:34:57 +0200 Subject: [PATCH] Update web.config with .woff mime support Bootstrap icons aren't visible on Windows Phone because it uses the .woff variant but the mimetype isn't available. Updated the web.config and added .woff to the staticContent section of system.webServer. --- src/Umbraco.Web.UI/web.Template.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Umbraco.Web.UI/web.Template.config b/src/Umbraco.Web.UI/web.Template.config index ced455efe9..1599ebd7b6 100644 --- a/src/Umbraco.Web.UI/web.Template.config +++ b/src/Umbraco.Web.UI/web.Template.config @@ -193,6 +193,8 @@ + +