can you use bootstrap and font awesome code example
Example: 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.