please read all of this before commenting.
I\'m currently working on a large website which is hosted on Amazon Web Services (AWS). This allows us to use scalability feat
This is possible using S3 without Cloudfront by adding the following CORS configuration.
*
GET
3000
Content-*
Host
http://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html
http://html5hacks.com/blog/2012/11/18/configure-amazon-s3-for-cross-origin-resourse-sharing-to-host-a-web-font/
http://blog.blenderbox.com/2012/10/12/serving-font-face-fonts-to-firefox-from-an-s3-bucket/