WebIDLpedia

CSSFontFaceRule interface

Definition

CSS Fonts Module Level 4 defines CSSFontFaceRule



[Exposed=Window]
interface CSSFontFaceRule : CSSRule {
  [SameObject, PutForwards=cssText] readonly attribute CSSFontFaceDescriptors style;
};