Glyphicon for bootstrap 4 does not work

Asked

Viewed 334 times

0

I am using this Cdn for the Glyphicon css link, the problem is that I am using bootstrap 4, and so it is giving conflict, what would be the right url of Glyphicon?

//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css
  • glyphicons only work with bootstrap version 3! in version 4 have to use something else like font-awesome!

1 answer

1


try this one, paste it into the tag before all your css links:

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">

Browser other questions tagged

You are not signed in. Login or sign up in order to post.