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