WordPress / twentytwenty

Twenty Twenty is included in Core as of WordPress 5.3 🎉 To report any issues, please go here: https://core.trac.wordpress.org/newticket
Other
300 stars 138 forks source link

Styles are missing styling for the `.has-normal-font-size` class #978

Closed andersnoren closed 4 years ago

andersnoren commented 4 years ago

The Core block-styles CSS includes the .has-normal-font-size class, which is set to the same font size as the .has-regular-font-size. Twenty Twenty currently only includes styling for .has-regular-font-size, which means that users with content set to the .has-normal-font-size class will get the wrong font size.

The .has-normal-font-size class should be added to the theme, and be set to the same font-size as .has-regular-font-size.