Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to find Bootstrap and Font Awesome latest CDN link? [closed]

After doing extensive research and reaching the end of Google, I still haven't been able to find a "latest" link for Bootstrap and Font Awesome.

I know that there is a CDN link for the "latest" version of jQuery, but I was wondering if one also existed for Bootstrap and Font Awesome?

like image 793
user3973427 Avatar asked Sep 12 '14 18:09

user3973427


People also ask

What is the CDN for Font Awesome?

3c937b6d9b50371df1e78b5d70e11512 - This is the hash for the string: https://cdn.jsdelivr.net/npm/[email protected]/css/font-awesome.css . That's a common CDN URL for loading Font Awesome 4.7.

Is Font Awesome Cdn free?

font-awesome - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers.


1 Answers

These seem to work:

http://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css (halted at 4.0.0)

http://maxcdn.bootstrapcdn.com/bootstrap/latest/js/bootstrap.min.js (halted at 4.0.0)

http://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css (v4.xx)

I had difficulty finding an answer by searching, too. Ultimately I did some experimenting using familiar URL structures to find these.

like image 155
isherwood Avatar answered Sep 28 '22 18:09

isherwood