Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Interface CSSFontFaceRule
[go: Go Back, main page]

Interface CSSFontFaceRule

継承元:
CSSRule
プロパティ:
style
メソッド:

CSSFontFaceRule インターフェイスは、CSS スタイルシートの @font-face 規則 を表す。@font-face 規則はフォントの種類のセットを保持する。

プロパティ:

IDL 定義:

// Introduced in DOM Level 2:
interface CSSFontFaceRule : CSSRule {
  readonly attribute CSSStyleDeclaration  style;
};


Issued: / Revised: / All rights reserved. © 2002-2016 TAKI