Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-04-07 09:35:01 +0300
committerAleksander Machniak <alec@alec.pl>2019-04-07 09:35:01 +0300
commit23978006da7c3254a02bd63397ccfe16125ee822 (patch)
treea008feee85c2f2aa0fa9bb84a2404bc9129e0186 /INSTALL
parent6fd2366a9468b05b62d78333ea89d706f0ed8d76 (diff)
Add note about IIS and woff fonts (#6710)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 57551b264..29d37d2b0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -296,3 +296,9 @@ SELINUX. Here's some sample commands for SELINUX:
$ semanage fcontext -a -t httpd_sys_rw_content_t "/path_to_roundcube/logs(/.*)?"
$ semanage fcontext -a -t httpd_sys_rw_content_t "/path_to_roundcube/temp(/.*)?"
$ restorecon -Rv /path_to_roundcube/
+
+Microsoft IIS Server by default does not support WOFF fonts used in Elastic skin. It might be
+needed to add following MIME Types definitions (via web.config or IIS Manager):
+
+ .woff application/font-woff
+ .woff2 application/font-woff2