Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Commit

Permalink
Swap slug for regular font size to normal so it shows as default (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonwebz authored Nov 10, 2019
1 parent 38fbc04 commit abc0375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ function twentytwenty_block_editor_settings() {
'name' => _x( 'Regular', 'Name of the regular font size in the block editor', 'twentytwenty' ),
'shortName' => _x( 'M', 'Short name of the regular font size in the block editor.', 'twentytwenty' ),
'size' => 21,
'slug' => 'regular',
'slug' => 'normal',
),
array(
'name' => _x( 'Large', 'Name of the large font size in the block editor', 'twentytwenty' ),
Expand Down

0 comments on commit abc0375

Please sign in to comment.