font awesome icons include fonts code example
Example 1: how to use font awesome icons
<ul class="fa-ul">
<li><i class="fa-li fa fa-check-square"></i>List icons</li>
<li><i class="fa-li fa fa-check-square"></i>can be used</li>
<li><i class="fa-li fa fa-spinner fa-spin"></i>as bullets</li>
<li><i class="fa-li fa fa-square"></i>in lists</li>
</ul>
Example 2: font awesome
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.13.0/css/all.css"
integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V"
crossorigin="anonymous"
/>
Example 3: Font Awesome
Font Awesome is a font and icon toolkit based on CSS and Less.
It was made by Dave Gandy for use with Bootstrap, and later was incorporated
into the BootstrapCDN.
Font Awesome has a 38% market share among those websites that use third-party
font scripts on their platform, ranking it second place after Google Fonts.