mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb/CSS: Make font-stretch a legacy alias for new font-width
CSS Fonts level 4 renames font-stretch to font-width, with font-stretch being left as a legacy alias. Unfortunately the other specs have not yet been updated, so both terms are used in different places.
This commit is contained in:
committed by
Andreas Kling
parent
7c50a31402
commit
4a67b28600
@@ -12,10 +12,10 @@ fill-opacity: 1
|
||||
fill-rule: nonzero
|
||||
font-family: serif
|
||||
font-size: 16px
|
||||
font-stretch: normal
|
||||
font-style: normal
|
||||
font-variant: normal
|
||||
font-weight: 400
|
||||
font-width: normal
|
||||
image-rendering: auto
|
||||
letter-spacing: normal
|
||||
line-height: normal
|
||||
|
||||
Reference in New Issue
Block a user