diff --git a/wp-includes/theme.json b/wp-includes/theme.json index 85836d6c24..362cfe7d3e 100644 --- a/wp-includes/theme.json +++ b/wp-includes/theme.json @@ -383,6 +383,10 @@ "typography": { "fontSize": "inherit", "fontFamily": "inherit", + "fontStyle": "inherit", + "fontWeight": "inherit", + "letterSpacing": "inherit", + "textTransform": "inherit", "lineHeight": "inherit", "textDecoration": "none" }, diff --git a/wp-includes/version.php b/wp-includes/version.php index abf4efc20f..9b1dbea055 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-61020'; +$wp_version = '6.9-alpha-61021'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.