mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
style: Move font-variant-east-asian outside of mako
This commit is contained in:
parent
c18417db5e
commit
c110c8a131
7 changed files with 270 additions and 148 deletions
|
@ -277,6 +277,9 @@ impl FontVariantAlternates {
|
|||
}
|
||||
}
|
||||
|
||||
/// Use VariantEastAsian as computed type of FontVariantEastAsian
|
||||
pub type FontVariantEastAsian = specified::VariantEastAsian;
|
||||
|
||||
/// 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