mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
style: Update font-stretch to css-fonts-4.
These won't "just work", pending changes from bug 1436048 to use a floating point representation for those. Bug: 1454883 Reviewed-by: xidorn MozReview-Commit-ID: Bi5iTdFreMA
This commit is contained in:
parent
91be6c31c3
commit
f7636e6662
11 changed files with 267 additions and 124 deletions
|
@ -29,6 +29,7 @@ use values::specified::length::{FontBaseSize, NoCalcLength};
|
|||
|
||||
pub use values::computed::Length as MozScriptMinSize;
|
||||
pub use values::specified::font::{FontSynthesis, MozScriptSizeMultiplier, XLang, XTextZoom};
|
||||
pub use values::computed::NonNegativePercentage as FontStretch;
|
||||
|
||||
/// A value for the font-weight property per:
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue