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

@ -57,7 +57,9 @@ extern crate log;
#[allow(unused_extern_crates)]
#[macro_use]
extern crate matches;
#[cfg(feature = "gecko")] extern crate nsstring_vendor as nsstring;
#[cfg(feature = "gecko")]
#[macro_use]
extern crate nsstring_vendor as nsstring;
#[cfg(feature = "gecko")] extern crate num_cpus;
extern crate num_integer;
extern crate num_traits;