问答详情
源自:2-5 导航页背影动画制作(@font-face实现小icon)

我的字体怎么没反应

[data-icon]:after{
    content:attr(data-icon);
    width:260px;
    height:260px;
    background-color:#ddd;
    color:#fff;
    font-size:90px;
    text-align:center;
    line-height:260px;
    position:absolute;
    left:50%;
    top:50%;
}

http://img.mukewang.com/589dd4ed0001674307150549.jpg

提问者:XuanKong 2017-02-10 22:55

个回答

  • 鱼圆子
    2017-02-21 11:27:51

    没有应用字体,加一条  font-family: "Raphaelicons";