diff --git a/wp-content/themes/twentyeleven/editor-blocks.css b/wp-content/themes/twentyeleven/editor-blocks.css index 88935f1949..8858430e56 100644 --- a/wp-content/themes/twentyeleven/editor-blocks.css +++ b/wp-content/themes/twentyeleven/editor-blocks.css @@ -23,7 +23,7 @@ Description: Used to style Gutenberg Blocks in the editor. .editor-default-block-appender input[type="text"].editor-default-block-appender__content { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 15px; - font-size: 300; + font-weight: 300; line-height: 1.625; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 4b53a9550f..9330d41f83 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0.2-alpha-44189'; +$wp_version = '5.0.2-alpha-44190'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.