Definition
CSS Fonts Module Level 4 defines CSSFontFaceRule
[Exposed=Window]
interface CSSFontFaceRule : CSSRule {
[SameObject, PutForwards=cssText] readonly attribute CSSFontFaceDescriptors style;
};
CSSFontFaceRule
interfaceCSS Fonts Module Level 4 defines CSSFontFaceRule
[Exposed=Window]
interface CSSFontFaceRule : CSSRule {
[SameObject, PutForwards=cssText] readonly attribute CSSFontFaceDescriptors style;
};