Answers for "font awsome head"

39

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"
    />
Posted by: Guest on May-17-2020
0

how to use fontawesome with bootstrap

To use fontawesome icons with bootstrap it is very simple:

This is the default: <i class="fas fa-shopping-basket"></i>

With bootstrap it needs to be: <i class="fa fa-shopping-basket"></i>

fas should be changed to fa.
Posted by: Guest on January-31-2021
0

font awsome head

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
Posted by: Guest on October-28-2021

Browse Popular Code Answers by Language