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
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
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 bootstrap-glyphicons
You are not signed in. Login or sign up in order to post.
glyphicons only work with bootstrap version 3! in version 4 have to use something else like font-awesome!
– Tiago NET