bootsrap fontawsome cdn code example
Example 1: bootstrap font asesome cdn
The correct one -> Give an upvote if it helps
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
/>
Example 2: font awesome cdn bootstrap
100% working!
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">