Font Awesome Version 5 More Attractive css icon

Font Awesome –

It is icon type website, You can find all type of popular icon in css format. If you want to add awesome icon in your website, So follow simple steps.

How To Add CSS icon in Website

  • Open your website’s header.php file and paste this code in Head section.
    <script src=’https://kit.fontawesome.com/a076d05399.js’ crossorigin=’anonymous’></script>
    and Save.
  • Then Go to Font Awesome website and select any icon code. (like – <i class=”fa fa-calendar”></i>)
  • Paste icon code where you want css Icon and SAVE.