1. 程式人生 > >字符小標記使用註意事項

字符小標記使用註意事項

兼容 mil css -m font-face oot ont 兼容ie form

@font-face {

font-family:xx;

src:url("...eot") format(),url(..eot?)//第一個兼容ie9第二個兼容9以下

}

如果用css配合字體小標記要用到偽類,需要註意的時

.xx: before {

content:"\e605"//‘\‘轉頁符

}

對於一些瀏覽器需要用到去鋸齒

比如

-webkit-font-smoothing: antialiased;

-moz-osx-font-smoothing: grayscale

字符小標記使用註意事項