網頁嵌入字體

/*使用工具生成eot文件給ie使用*/
ttf2eot.exe simli.ttf simli.eot

/*嵌入網頁字體,兼容ie和ff,首先定義字體,然後使用字體名稱引用*/
/*IE*/
@font-face {
font-family: 隸書;
font-style:  normal;
font-weight: 700;
src: url(simli.eot);
}
/*Firefox*/
@font-face {
font-family: 隸書;
font-style:  normal;
font-weight: 700;
src: url(simli.ttf) format("opentype");
}

/*引用字體*/
#iwlblsystemname{
font-family: 隸書;
font-size: 36pt;
color:#008000;
}

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章