mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 14:19:15 +00:00
LibWeb/CSS: Parse and propagate the font-language-override property
This commit is contained in:
parent
b1870e7029
commit
1d8867d9ae
Notes:
github-actions[bot]
2024-09-28 12:43:26 +00:00
Author: https://github.com/AtkinsSJ
Commit: 1d8867d9ae
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1554
8 changed files with 78 additions and 2 deletions
|
@ -11,6 +11,7 @@ fill: rgb(0, 0, 0)
|
|||
fill-opacity: 1
|
||||
fill-rule: nonzero
|
||||
font-family: serif
|
||||
font-language-override: normal
|
||||
font-size: 16px
|
||||
font-style: normal
|
||||
font-variant: normal
|
||||
|
@ -116,7 +117,7 @@ grid-row-start: auto
|
|||
grid-template-areas:
|
||||
grid-template-columns:
|
||||
grid-template-rows:
|
||||
height: 2006px
|
||||
height: 2023px
|
||||
inline-size: auto
|
||||
inset-block-end: auto
|
||||
inset-block-start: auto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue