Answers for "bootstrap icon cdn"

190

fontawesome cdn

<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet">
Posted by: Guest on May-21-2020
42

font awesome cdn

<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
Posted by: Guest on May-29-2020
4

bootstrap icons sdn

<!-- Option 1: Include in HTML -->
 <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
Posted by: Guest on June-10-2021
1

bootstrap icons cdn

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
Posted by: Guest on July-30-2021
2

install bootstrap icons

npm i bootstrap-icons
Posted by: Guest on August-11-2021
0

bootstrap icon cdn

<!-- Option 1: Include in HTML -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
Posted by: Guest on October-09-2021

Browse Popular Code Answers by Language