WordPress / theme-test-data

Theme Test Data
627 stars 18 forks source link

WP 6.1 Font size scale post has wrong heading size #80

Open andronocean opened 1 year ago

andronocean commented 1 year ago

In the "WP 6.1 Font size scale" post, the Extra Large H2 Heading is incorrectly set to "fontSize":"large".

// line 1109
<!-- wp:heading {"fontSize":"large"} -->
<h2 class="wp-block-heading has-large-font-size">Extra Large H2 Heading</h2>
<!-- /wp:heading -->