diff --git a/source/wp-content/themes/wporg-parent-2021/sass/base/_elements.scss b/source/wp-content/themes/wporg-parent-2021/sass/base/_elements.scss index a57510a0..f980bfd1 100644 --- a/source/wp-content/themes/wporg-parent-2021/sass/base/_elements.scss +++ b/source/wp-content/themes/wporg-parent-2021/sass/base/_elements.scss @@ -135,6 +135,8 @@ textarea { border-radius: var(--wp--custom--form--border--radius); box-shadow: var(--wp--custom--form--color--box-shadow); font-family: inherit; + font-size: var(--wp--custom--form--typography--font-size); + line-height: var(--wp--custom--form--typography--line-height); padding-inline: var(--wp--custom--form--padding--inline); padding-block: var(--wp--custom--form--padding--block); diff --git a/source/wp-content/themes/wporg-parent-2021/theme.json b/source/wp-content/themes/wporg-parent-2021/theme.json index 5c0eb803..5cfaef13 100644 --- a/source/wp-content/themes/wporg-parent-2021/theme.json +++ b/source/wp-content/themes/wporg-parent-2021/theme.json @@ -275,7 +275,8 @@ "boxShadow": "none" }, "typography": { - "fontSize": "var(--wp--preset--font-size--small)" + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "var(--wp--custom--body--small--typography--line-height)" }, "active": { "color": {