Use Gecko nsCSSFontFaceRule for font face rule.

This commit is contained in:
Xidorn Quan 2017-03-30 10:44:14 +11:00
parent e0c9a3fa12
commit f68e2948d5
4 changed files with 131 additions and 2 deletions

View file

@ -13,6 +13,7 @@ pub mod data;
pub mod global_style_data;
pub mod media_queries;
pub mod restyle_damage;
pub mod rules;
pub mod selector_parser;
pub mod snapshot;
pub mod snapshot_helpers;