From 372ab7c469fcb698bdd3616dd9afe452579ec760 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Wed, 26 Sep 2018 15:22:32 +0200 Subject: [PATCH] move note about fontdrvhost --- Troubleshooting.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 6e70f73..03ffbd8 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -51,7 +51,6 @@ Check the following: 3. **For Internet Explorer**: you don't serve files with `no-store` option in Cache-control header (Ref: [#6454](https://github.com/FortAwesome/Font-Awesome/issues/6454)); 4. **For Internet Explorer and HTTPS**: you don't serve files with `no-cache` option in Pragma header; 5. **For Internet Explorer**: try to get rid of the query strings inside the `@font-face` definitions. You need a custom css file (Ref: [#3286](https://github.com/FortAwesome/Font-Awesome/issues/3286)). -6. **For Windows systems**: please make sure that your antivirus is not blocking `fontdrvhost.exe` (Ref: [#8472](https://github.com/FortAwesome/Font-Awesome/issues/8472)). --- @@ -93,6 +92,10 @@ Please try to reset your browser settings (Tools >> Internet Options >> Advanced Ref: [#8825]( https://github.com/FortAwesome/Font-Awesome/issues/8825) for more information. +Please make sure that your antivirus is not blocking `fontdrvhost.exe` + +Ref: [#8472](https://github.com/FortAwesome/Font-Awesome/issues/8472) for more information. + --- #### Internet Explorer 8 caveats