Last post Oct 04, 2018 02:26 PM by mgebhard
Member
257 Points
734 Posts
Oct 04, 2018 01:54 PM|brucey|LINK
Hi everyone, I can’t get font-awesome 4.7 CND to work, code below;
BundleTable.EnableOptimizations = true;bundles.UseCdn = true;var awesomeCSSCdnPath ="https://cdnjs.cloudflare.com/ajax/libs/fontawesome/4.7.0/css/font-awesome.css"; bundles.Add(new ScriptBundle("~/bundles/style", awesomeCSSCdnPath).Include( "~/Content/font-awesome.min.css" ));
Any pointers much appreciated :)
All-Star
53131 Points
23677 Posts
Oct 04, 2018 02:07 PM|mgebhard|LINK
The CDN URL produces a 404. See the font awesome docs.
https://fontawesome.com/how-to-use/on-the-web/setup/getting-started?using=web-fonts-with-css
Oct 04, 2018 02:18 PM|brucey|LINK
Thanks mgebard,
Does fontawesome provide cnd for 4.7, I can't seem to find it!!!
Oct 04, 2018 02:26 PM|mgebhard|LINK
brucey Does fontawesome provide cnd for 4.7, I can't seem to find it!!!
I have no idea. Have you tried font awesome support!
Member
257 Points
734 Posts
Content Network Delivery (CND)
Oct 04, 2018 01:54 PM|brucey|LINK
Hi everyone, I can’t get font-awesome 4.7 CND to work, code below;
Any pointers much appreciated :)
All-Star
53131 Points
23677 Posts
Re: Content Network Delivery (CND)
Oct 04, 2018 02:07 PM|mgebhard|LINK
The CDN URL produces a 404. See the font awesome docs.
https://fontawesome.com/how-to-use/on-the-web/setup/getting-started?using=web-fonts-with-css
Member
257 Points
734 Posts
Re: Content Network Delivery (CND)
Oct 04, 2018 02:18 PM|brucey|LINK
Thanks mgebard,
Does fontawesome provide cnd for 4.7, I can't seem to find it!!!
All-Star
53131 Points
23677 Posts
Re: Content Network Delivery (CND)
Oct 04, 2018 02:26 PM|mgebhard|LINK
I have no idea. Have you tried font awesome support!