I am building a BlogApp and I am stuck on a Problem.
What i am trying to do :-
I am trying to access font awesomes fas fa sign BUT some signs are not showing. like class="fas fa-crown"
When i try to access fas fa-crown then it shows
<i class="fas fa-crown" style="font-size: 24px; color: #EED974">
<script defer src="https://use.fontawesome.com/releases/v5.0.8/js/all.js" integrity="sha384-SlE991lGASHoBfWbelyBPLsUlwY1GwNDJo3jSJO04KZ33K2bwfV9YBauFfnzvynJ" crossorigin="anonymous"></script>
Which link i am using :-
<script defer src="https://use.fontawesome.com/releases/v5.0.8/js/all.js" integrity="sha384-SlE991lGASHoBfWbelyBPLsUlwY1GwNDJo3jSJO04KZ33K2bwfV9YBauFfnzvynJ" crossorigin="anonymous"></script>
What have i tried :-
I tried many links but nothing worked for me.
Any help would be Appreciated.
Thank You in Advance.