GLYPHICONS - bootstrap icon font hex value

前端 未结 4 595
眼角桃花
眼角桃花 2020-12-07 11:28

I\'d like to use Glyphicons icon font and I would need the hex value of each icon. I can\'t seem to find any resources on this on the Bootstrap website nor the Glyphicons w

4条回答
  •  有刺的猬
    2020-12-07 11:59

    Do you mean these hex values?

    .glyphicon-asterisk:before{content:"\2a";}
    .glyphicon-plus:before{content:"\2b";}
    .glyphicon-euro:before{content:"\20ac";}
    ...
    

    You can find these in glyphicons.css here:

    http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css

    (If you only want to know the Glyphicons classes: http://getbootstrap.com/components/#glyphicons)

提交回复
热议问题