font awesome
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css" integrity="sha384-vp86vTRFVJgpjF9jiIGPEEqYqlDwgyBgEF109VFjmqGmIY/Y4HV4d3Gp2irVfcrp" crossorigin="anonymous">
font awesome
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css" integrity="sha384-vp86vTRFVJgpjF9jiIGPEEqYqlDwgyBgEF109VFjmqGmIY/Y4HV4d3Gp2irVfcrp" crossorigin="anonymous">
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.
fontawesome , font
$ npm install @fortawesome/fontawesome-svg-core
$ npm install @fortawesome/free-solid-svg-icons
# See Compatibility table below to choose a correct version
$ npm install @fortawesome/angular-fontawesome@<version>
fontawesome
<i class="fa fa-envelope-o" aria-hidden="true"></i>
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.
fontawesome
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us