I'm using this Cdn for the Glyphicon css link, the problem is that I'm using bootstrap 4, and so it's conflicting, what would be the right Glyphicon url?
>//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css
I'm using this Cdn for the Glyphicon css link, the problem is that I'm using bootstrap 4, and so it's conflicting, what would be the right Glyphicon url?
>//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css
Try this here, paste it inside 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">