mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Use Gecko nsCSSFontFaceRule for font face rule.
This commit is contained in:
parent
e0c9a3fa12
commit
f68e2948d5
4 changed files with 131 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue