mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Move font-variant-numeric outside of mako
This commit is contained in:
parent
7b886b4479
commit
a38de8b540
6 changed files with 253 additions and 176 deletions
|
@ -283,6 +283,9 @@ pub type FontVariantEastAsian = specified::VariantEastAsian;
|
|||
/// Use VariantLigatures as computed type of FontVariantLigatures
|
||||
pub type FontVariantLigatures = specified::VariantLigatures;
|
||||
|
||||
/// Use VariantNumeric as computed type of FontVariantNumeric
|
||||
pub type FontVariantNumeric = specified::VariantNumeric;
|
||||
|
||||
/// font-language-override can only have a single three-letter
|
||||
/// OpenType "language system" tag, so we should be able to compute
|
||||
/// it and store it as a 32-bit integer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue