猿问

这是在webstorm打开的,有没有人帮我解答?我也是看很多人回答写的,没效果

@font-face{

    font-family: "Raphaelicons";

    src:url('fonts/raphaelicons-webfont.eot') format('eot'),

        url('fonts/raphaelicons-webfont.svg') format('svg'),

        url('fonts/raphaelicons-webfont.ttf') format('truetype'),

        url('fonts/raphaelicons-webfont.woff') format('woff');

        font-weight: normal;

        font-style: normal;

}

[date-icon]:after{

font-family: "Raphaelicons";

content: attr(date-icon);

width: 200px;

height: 200px;

background: #0f0;

color: #fff;

font-size: 90px;

text-align: center;

line-height: 200px;

position: absolute;

left: 50%;

top: 50%;

}

http://img3.mukewang.com/59bb445100013ebd05380358.jpg

慕妹5016704
浏览 1366回答 2
2回答

HalfAnHour

css下面的style.css要应用fonts里面的字体文件,你就要返回上一层,进入fonts文件。所以就是../fonts
随时随地看视频慕课网APP

相关分类

CSS3
我要回答