|
@@ -91,6 +91,8 @@ Included in theme screenshot and in block patterns.
|
|
|
--global--font-size-xxl: 32px;
|
|
|
--global--font-size-xxxl: 48px;
|
|
|
--global--letter-spacing: normal;
|
|
|
+ /* Font Weight */
|
|
|
+ --global--font-weight: normal;
|
|
|
/* Line Height */
|
|
|
--global--line-height-base: 1;
|
|
|
--global--line-height-body: 1.7;
|
|
@@ -916,7 +918,7 @@ html {
|
|
|
body {
|
|
|
font-size: var(--global--font-size-base);
|
|
|
/* 1em; */
|
|
|
- font-weight: normal;
|
|
|
+ font-weight: var(--global--font-weight);
|
|
|
color: var(--global--color-foreground);
|
|
|
text-align: right;
|
|
|
background-color: var(--global--color-background);
|