Skip to content Skip to sidebar Skip to footer

Glyphicon Icon Not Appear On First Page And After Refresh Page

I'm using bootstrap.min.css on bootstrap v3.3.5. I download the bootstrap from http://getbootstrap.com and used it locally. I notice there is a problem with glyphicons when run on

Solution 1:

I Hope this will help you...

<!DOCTYPE html><htmllang="en"><head><linkrel="stylesheet"href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"><scriptsrc="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script><scriptsrc="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script></head><body><divclass="container"><h2>Glyphicon Examples</h2><p>Envelope icon: <spanclass="glyphicon glyphicon-envelope"></span></p></div></body></html>

enter image description here

Post a Comment for "Glyphicon Icon Not Appear On First Page And After Refresh Page"