I imported the css/js/font of bootstrap3 in my sample html page. But in the case of glyphicons. It shows only two Glyphicon properly (glyphicon-asterisk, glyphicon-plus). All others are not showing. So i open the glyphicons-halflings-regular.ttf file and it shows only two symbols (glyphicon-asterisk, glyphicon-plus) with some texts. May be this becomes the problem. How can i resolve this problem?
            Asked
            
        
        
            Active
            
        
            Viewed 179 times
        
    1 Answers
0
            
            
        Try including this link
It will show all glyphs.
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css" rel="stylesheet">
or refer this LINK for CDN
        Community
        
- 1
 - 1
 
        Suresh Karia
        
- 17,550
 - 18
 - 67
 - 85
 
- 
                    Interesting, Got the icons. But it also results some impacts in input text files, which is there is a shadow cames in all text fields. – Anish Antony Sep 25 '14 at 10:21
 - 
                    Dont know what are you talking about! – Suresh Karia Sep 25 '14 at 11:02
 - 
                    Sorry my mistake, the problem is due the css files are not in proper location that's why this happens – Anish Antony Oct 13 '14 at 13:00