aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorOriol Brufau <obrufau@igalia.com>2023-05-27 14:53:37 +0200
committerOriol Brufau <obrufau@igalia.com>2023-05-30 23:26:02 +0200
commit4de990e41ac29ed50df7aa23b18a760c47c3048c (patch)
tree291a06ae09622fea2c8e4f027880de98d3022166 /components
parent9e4535cb00b42a4dc8a1ed451cf6bc1e60ad4146 (diff)
downloadservo-4de990e41ac29ed50df7aa23b18a760c47c3048c.tar.gz
servo-4de990e41ac29ed50df7aa23b18a760c47c3048c.zip
Further changes required by Servo
Diffstat (limited to 'components')
-rw-r--r--components/style/stylesheets/stylesheet.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/stylesheets/stylesheet.rs b/components/style/stylesheets/stylesheet.rs
index cff97ea8fc6..1b6b59bac78 100644
--- a/components/style/stylesheets/stylesheet.rs
+++ b/components/style/stylesheets/stylesheet.rs
@@ -278,6 +278,7 @@ pub trait StylesheetInDocument: ::std::fmt::Debug {
rule_filter! {
effective_style_rules(Style => StyleRule),
+ effective_font_face_rules(FontFace => FontFaceRule),
effective_viewport_rules(Viewport => ViewportRule),
}
}