/*调用自定义字体*/
P{font-family:"spname";}
@font-face {
font-family: 'spname';
src: url('dfdfsd.eot');/*IE 9*/
src:url('dfdfsd.eot?#iefix') format('embedded-opentype'),/*IE6 - IE8*/
url('iefon.ttf') format('truetype');/*chrome firefox*/
}
ps:IE浏览器只支持.eot字体包.