From 2922d859c309dc8487cd7729867b7d43c00f0d12 Mon Sep 17 00:00:00 2001 From: codeforuk Date: Fri, 14 Aug 2015 19:52:16 +0530 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index c4b1cab..04a00ce 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -12,7 +12,7 @@ Check the following: #### 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 +#### I'm hosting fonts on my server for my [website](http://blog.hellobox.co) 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)