css3 - css里面自定义字体
伊谢尔伦
伊谢尔伦 2017-04-17 11:18:29
0
1
762

@font-face {
font-family: "iconfont";
src: url(../font/iconfont.ttf) format("truetype");
}

@font-face {
font-family: "iconfont";
src: url(../font/iconfont-full.ttf) format("truetype");
}
此时的iconfont是以引入的哪个ttf文件为主呢?这个也是后面的覆盖前面的吗?

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(1)
左手右手慢动作

The back part should overwrite the front part. You can try it and find two fonts that can be visually distinguished, and then run it to see the effect, and you will know whether it is covered or not

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template