Newer
Older
minerva / Userland / Libraries / LibWeb / CSS / CSSFontFaceRule.idl
@minerva minerva on 13 Jul 224 bytes Initial commit
#import <CSS/CSSRule.idl>
#import <CSS/CSSStyleDeclaration.idl>

// https://drafts.csswg.org/css-fonts/#om-fontface
[Exposed=Window]
interface CSSFontFaceRule : CSSRule {
    readonly attribute CSSStyleDeclaration style;
};