0

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?

Jeromy French
  • 11,812
  • 19
  • 76
  • 129
Anish Antony
  • 875
  • 3
  • 17
  • 35

1 Answers1

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