Font Awesome Cdn 4 ALL Code Example


Example 1: font awesome 4.7 cdn


<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" />

Example 2: font awesome 4 cdn


<!-- Fontawesome 4 Cdn from BootstrapCDN -->

<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">

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/a9545f17e8.js" crossorigin="anonymous"></script>

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable