-
Notifications
You must be signed in to change notification settings - Fork 18
downloadable font: rejected by sanitizer #16
Comments
I can see Font Awesome is broken but I wonder if it is really this issue: I see invalid version tags in developer console for Chrome. |
Yeah, and on Chrome it loads but obviously with random icons. :| |
Is the server set up a duplicate of Foreground? I wonder if it is a MIME type error. There's no difference at all in the CSS between v4.3 and v4.7 in the way versions are called.
… On Mar 18, 2017, at 6:13 PM, Karsten Hoffmeyer ***@***.***> wrote:
Yeah, and on Chrome it loads but obviously with random icons. :|
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Ah ha... see the headers of the Pivot vs. Foreground and specifically, Content-Type. Pivot site
vs. Foreground
It doesn't recognize the MIME type and is sending it as HTML not a font type. |
I am absolutely puzzled as to why Apache is behaving differently. As a matter of fact I just copied the VirtualHost config file over and replaced foreground by pivot. I guess I am stuck in deep Apache irrationalities. We all love them :| Will try to figure out what is going on. Thanks for the pointer though. |
Perhaps an .htaccess mime override somewhere in a foreground directory.
https://github.com/fontello/fontello/wiki/How-to-setup-server-to-serve-fonts
Thing about .htaccess the override could be in /skins or /fonts of Foreground /assets for it to work without issue.
I would try using the AddType first in .htaccess. If they start working then somewhere there's a config issue. If there's a proxy with nginx you might look there too.
… On Mar 19, 2017, at 3:21 PM, Karsten Hoffmeyer ***@***.***> wrote:
Ah ha... see the headers of the Pivot vs. Foreground and specifically, Content-Type.
I am absolutely puzzled as to why Apache is behaving differently. As a matter of fact I just copied the VirtualHost config file over and replaced foreground by pivot. I guess I am stuck in deep Apache irrationalities. We all love them :| Will try to figure out what is going on. Thanks for the pointer though.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Only if it comes with the code.
This was a live saver. I am back in business I believe. :) This should probably be documented in the readme and on wiki?! |
I created a page for Pivot FAQs and will add the link to the README.md file. Closing this issue. |
Setup
Issue
FontAwesome does not load and error console reveals:
Related links
The text was updated successfully, but these errors were encountered: