I use the Awesome Font in my ASP.NET MVC 4 project as UseCdn
bundle:
bundles.UseCdn = true; bundles.Add(new StyleBundle("~/Content/fontawesome/css") .Include("~/Content/css/font-awesome.css")); BundleTable.EnableOptimizations = true;
However, when I turn on UseCdn and EnableOptimizations , the CSS file does not display in Firefox. It works in Chrome.
What am I doing wrong? How can i fix this? Thanks in advance!
user2342009
source share