先建立一個放特殊字體的文件夾,
字體文件兼容性:
Firefox瞒瘸、Chrome渴肉、Safari 以及 Opera 支持 .ttf (True Type Fonts) 和 .otf (OpenType Fonts) 類型的字體肚邢。
Internet Explorer 9+ 支持新的 @font-face 規(guī)則,但是僅支持 .eot 類型的字體 (Embedded OpenType)乙各。
注釋:Internet Explorer 8 以及更早的版本不支持新的 @font-face 規(guī)則。
定義特殊字體(可在頁面公共css里寫)
@font-face {
font-family: myFirstFont;
src: url('Sansation_Light.ttf'),
url('Sansation_Light.eot'); /* IE9+ */
}
使用
div {
font-family:myFirstFont;
}
eot幢竹、.woff耳峦、.svg每種格式的文件都可以用專門的工具轉(zhuǎn)換得到,同時也有專門的用于生成@font-face文件的網(wǎng)站焕毫,可以將字體文件上傳到網(wǎng)站上蹲坷,轉(zhuǎn)換后下載驶乾,然后就可以嵌入到網(wǎng)頁上使用了。
fontsquirrel
freefontconverter
font2web