From 057bc07ec731e6c309b5807372a7bc7a4d5dac84 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Sat, 31 Jan 2015 20:14:23 +0100 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index f5def19..ac40e0e 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -9,6 +9,9 @@ Check the following: 6. You checked your browser's development console and you are sure that it is loading the proper font files; 7. You checked your browser's extensions and you are sure that there are no misconfigured extensions (noscript, adblockplus, etc.). +#### I'm developing my web app locally (file://) and icons from CDN don't show up +Please note that Font Awesome uses [protocol relative urls](http://www.paulirish.com/2010/the-protocol-relative-url/), so you should manually add `http:` or `https:` in front of the CDN link + #### I'm hosting fonts on my server and icons don't show up Please check server's [MIME types](https://github.com/EnlightenAgency/Server-Setup-MIME-Types-Headers/blob/master/font-mimetypes.txt) Please check for [CORS](https://github.com/FortAwesome/Font-Awesome/issues/4675#issuecomment-58192275)