国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

directory search
CSS3 Properties 邊框(Border) Border-color Border-image Border-radius box-shadow 背景(Background) background-origin background-clip Background-size Multiple backgrounds 顏色(Color) HSL colors HSLA colors opacity RGBA colors 文本(Text effects) text-shadow text-overflow word-wrap 用戶界面(User-interface) box-sizing resize outline outline-width outline-style outline-offset outline-color nav-index nav-up nav-right nav-down nav-left 基礎(chǔ)盒模型(Basic box model) overflow overflow-x overflow-y 內(nèi)容(Generated Content) content 其它模塊(Other modules) media queries Speech columns column-width column-span column-rule column-rule-color column-rule-width column-rule-style column-gap column-fill column-count column-break-before column-break-after @font-face 選擇器(selectors) 子串匹配的屬性選擇符 E[att^="val"] 子串匹配的屬性選擇符 E[att$="val"] 子串匹配的屬性選擇符 E[att*="val"] 結(jié)構(gòu)性偽類 E:root 結(jié)構(gòu)性偽類 E:nth-child(n) 結(jié)構(gòu)性偽類 E:nth-last-child(n) 結(jié)構(gòu)性偽類 E:nth-of-type(n) 結(jié)構(gòu)性偽類 E:nth-last-of-type(n) 結(jié)構(gòu)性偽類 E:last-child 結(jié)構(gòu)性偽類 E:first-of-type 結(jié)構(gòu)性偽類 E:only-child 結(jié)構(gòu)性偽類 E:only-of-type 結(jié)構(gòu)性偽類 E:empty UI元素狀態(tài)偽類 E:checked UI元素狀態(tài)偽類 E:enabled UI元素狀態(tài)偽類 E:disabled UI元素狀態(tài)偽類 E::selection 否定偽類 E:not(s) 目標(biāo)偽類 E:target 通用兄弟元素選擇器 E ~ F
characters

語法:

@font-face :{屬性: 取值;}

取值:

font-family:
設(shè)置文本的字體名稱。
font-style:
設(shè)置文本樣式。
font-variant:
設(shè)置文本是否大小寫。
font-weight:
設(shè)置文本的粗細(xì)。
font-stretch:
設(shè)置文本是否橫向的拉伸變形。
font-size:
設(shè)置文本字體大小。
src
設(shè)置自定義字體的相對路徑或者絕對路徑,注意,此屬性只能在@font-face規(guī)則里使用。

說明:

@font-face 能夠加載服務(wù)器端的字體文件,讓客戶端顯示客戶端所沒有安裝的字體?!疚④浀腎E 5已經(jīng)是開始支持這個屬性,但是只支持微軟自有的.eot (Embedded Open Type) 格式,而其他瀏覽器直到現(xiàn)在都沒有支持這一字體格式。然而,從Safari 3.1開始,網(wǎng)頁重構(gòu)工程師已經(jīng)可以設(shè)置.ttf(TrueType)和.otf(OpenType)兩種字體做為自定義字體了?!?/p>

兼容性:

.eot格式

類型 IEInternet Explorer FirefoxFirefox ChromeChrome OperaOpera SafariSafari
版本 (√)IE6 (×)Firefox 2.0 (×)Chrome 1.0.x (×)Opera 9.63 (×)Safari 3.1
(√)IE7 (×)Firefox 3.0 (×)Chrome 2.0.x (×)Safari 4
(√)IE8

.ttf格式

類型 IEInternet Explorer FirefoxFirefox ChromeChrome OperaOpera SafariSafari
版本 (×)IE6 (×)Firefox 2.0 (×)Chrome 1.0.x (×)Opera 9.63 (√)Safari 3.2.1
(×)IE7 (×)Firefox 3.0 (×)Chrome 2.0.x (√)Opera 10 (√)Safari 4
(×)IE8 (√)Firefox 3.5

EOT字體示例(本示例源自微軟Festival of Ornament):

快速跳轉(zhuǎn)

  • 語法
  • 取值
  • 說明
  • 兼容性
  • 示例
Previous article: Next article: