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