2010-11-15 02:44

跨浏览器字体,将ttf转换为eot格式

跨浏览器字体写法:

@font-face {  
 font-family: "MyFont"; 
 src: url("/fonts/Example.eot"); /* IE */  
 src: local("Example"), url("/fonts/Example.ttf") format("truetype"); /* 非IE */  
}

TTF转EOT下载地址:
http://www.yfdisk.com/file/dt27/b16a8333/
ttf2eot.exe

使用方法:
将ttf转换为eot格式

ttf2eot.exe c:\windows\fonts\arial.ttf c:\output.eot

你可能还喜欢...

添加新评论