You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the gems defaults to allow all font origins, and I can see the response header changing on my development environment. But when I push to production where I'm loading all of my assets from cloudfront I see that the allowed origin is still being set to my origin domain ID that I had setup when I created the Cloudfront distribution?
I'm using Rails 4.1.1. I also noticed that the mime type that gets registered in my Firefox network tab for the particular font asset I'm trying to load in from Cloud front is "font-woff", instead of just "woff". Not sure if that would have an effect on anything or not...
The text was updated successfully, but these errors were encountered:
nozpheratu
changed the title
Changes header in development, but not production?
Changes response header in development, but not production?
Jun 18, 2014
I am also getting the same issues, fonts are loading in development mode but not loading in production mode. Can anyone please help me on this. Thanks in Advance.
I'm using the gems defaults to allow all font origins, and I can see the response header changing on my development environment. But when I push to production where I'm loading all of my assets from cloudfront I see that the allowed origin is still being set to my origin domain ID that I had setup when I created the Cloudfront distribution?
I'm using Rails 4.1.1. I also noticed that the mime type that gets registered in my Firefox network tab for the particular font asset I'm trying to load in from Cloud front is "font-woff", instead of just "woff". Not sure if that would have an effect on anything or not...
The text was updated successfully, but these errors were encountered: