Why is the Glyphicons used in Bootstrap 4?

Questions & AnswersCategory: Programming LanguageWhy is the Glyphicons used in Bootstrap 4?
Adam asked 3 years ago
1 Answers
Lokesh Kumar Staff answered 3 years ago

d. For the purpose of providing different icons

Explanation: Glyphicons is very essential in Bootstrap, this is because – it can be used to provide different icons for different purposes in Bootstrap. However, Glyphicons are not supported in Bootstrap 4. For inserting icons in Bootstrap 4, the user has to use free icon libraries such as Font Awesome. In order to use icons from Font Awesome, a user has to add the following to HTML page:
<link rel=”stylesheet” href=”https://use.fontawesome.com/releases/v5.7.0/css/all.css&#8221; integrity=”sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ” crossorigin=”anonymous”>