mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Auto merge of #16931 - nox:font-feature-descriptor, r=emilio
Support font-feature-settings as a @font-face descriptor <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16931) <!-- Reviewable:end -->
This commit is contained in:
commit
61d64daf4c
7 changed files with 191 additions and 124 deletions
|
@ -83,6 +83,9 @@ extern crate time;
|
|||
#[allow(unused_extern_crates)]
|
||||
extern crate unicode_segmentation;
|
||||
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
|
||||
pub mod animation;
|
||||
#[allow(missing_docs)] // TODO.
|
||||
#[cfg(feature = "servo")] pub mod attr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue