Bootstrap 3: different glyphicons than expected -



Bootstrap 3: different glyphicons than expected -

im getting different glyphicons expected..i have bs 3.0.2. illustration user icon shows circle..

i installed bootstrap using composer: https://packagist.org/packages/twitter/bootstrap

.glyphicon { display: inline-block; font-family: "glyphicons halflings"; font-size: 51px; font-style: normal; font-weight: normal; line-height: 2; position: relative; top: 1px; } .glyphicon-asterisk:before { content: "*"; } .glyphicon-plus:before { content: "+"; } .glyphicon-euro:before { content: "€"; } .glyphicon-minus:before { content: "−"; } .glyphicon-cloud:before { content: "☁"; } .glyphicon-envelope:before { content: "✉"; } .glyphicon-pencil:before { content: "✏"; } .glyphicon-glass:before { content: ""; } .glyphicon-music:before { content: ""; } .glyphicon-search:before { content: ""; } .glyphicon-heart:before { content: ""; } .glyphicon-star:before { content: ""; } .glyphicon-star-empty:before { content: ""; } .glyphicon-user:before { content: ""; } .glyphicon-film:before { content: ""; } .glyphicon-th-large:before { content: ""; } .glyphicon-th:before { content: ""; } .glyphicon-th-list:before { content: ""; } .glyphicon-ok:before { content: ""; } .glyphicon-remove:before { content: ""; } .glyphicon-zoom-in:before {

twitter-bootstrap twitter-bootstrap-3 glyphicons

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -