css @font-face屬性
指定名為"myFirstFont"的字體,并指定在哪里可以找到它的URL
@font-face { font-family: myFirstFont; src: url('Sansation_Light.ttf'), url('Sansation_Light.eot'); /* IE9 */ }
css @font-face屬性屬性定義及使用說(shuō)明
@font-face規(guī)則,網(wǎng)頁(yè)設(shè)計(jì)師再也不必使用的"web-safe"的字體之一。
字體的名稱,font - face規(guī)則
font-family: myFirstFont
字體文件包含在您的服務(wù)器上的某個(gè)地方,參考CSS
src: url('Sansation_Light.ttf')
如果字體文件是在不同的位置,請(qǐng)使用完整的URL
src: url('http://www.w3cschool.css/css3/Sansation_Light.ttf')
現(xiàn)在準(zhǔn)備使用該字體,下面是如何使用它所有的div元素的一個(gè)例子
div { font-family: myFirstFont; }
語(yǔ)法
@font-face { font-properties }
以下實(shí)例為在div中使用的字體:
div { font-family: myFirstFont; }
語(yǔ)法
@font-face { font-properties }
聲明:本網(wǎng)頁(yè)內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問(wèn)題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com