Glyphicon for bootstrap 4 does not work

0

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
    
asked by anonymous 06.12.2018 / 12:55

1 answer

1

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">

    
06.12.2018 / 12:56