summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/CSSFontFaceRule.idl
blob: cf5701a19b266ddc2afe72d198baea49b529e3c5 (plain)
1
2
3
4
5
6
7
#import <CSS/CSSRule.idl>
#import <CSS/CSSStyleDeclaration.idl>

[Exposed=Window]
interface CSSFontFaceRule : CSSRule {
    readonly attribute CSSStyleDeclaration style;
};