add font-size-adjust property
This commit is contained in:
parent
6658840936
commit
0101d7fc4e
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ body {
|
|||
font-family: var(--font-base);
|
||||
font-size: var(--size-step-0);
|
||||
font-weight: var(--font-regular);
|
||||
font-size-adjust: from-font;
|
||||
line-height: var(--leading-standard);
|
||||
color: var(--color-text);
|
||||
background-color: var(--color-bg);
|
||||
|
|
|
|||
Loading…
Reference in a new issue