font awesome cdn html link code example
Example 1: fontawesome cdn
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet">
Example 2: link font awesome html
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.13.0/css/all.css"
integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V"
crossorigin="anonymous"
/>
Example 3: 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 4: font awesome cdn
<script src="https://kit.fontawesome.com/97f4dbfedd.js" crossorigin="anonymous"></script>