@font-face 字体的使用

@font-face{
font-family:"myFont";
src: url('myFont.eot');/*ie9+*/
src: url('myFont.eot?#iefix') format('embedded-opentype'),/*ie6~8*/
url('myFont.ttf') format('truetype'),
url('myFont.woff') format('woff'),
url('myFont.svg#myFont') format('svg');
}

猜你喜欢

转载自www.cnblogs.com/island1994/p/9235161.html