diff --git a/wp-content/themes/twentytwelve/css/editor-blocks.css b/wp-content/themes/twentytwelve/css/editor-blocks.css index 4a1049dae0..85dd813bf2 100644 --- a/wp-content/themes/twentytwelve/css/editor-blocks.css +++ b/wp-content/themes/twentytwelve/css/editor-blocks.css @@ -268,6 +268,7 @@ p.has-drop-cap:not(:focus)::first-letter { .wp-block-code { border: 0; + font-family: Consolas, Monaco, Lucida Console, monospace; font-size: 12px; line-height: 2; padding: 0; diff --git a/wp-includes/version.php b/wp-includes/version.php index 39c1b6e092..e1da5b3a51 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58881'; +$wp_version = '6.7-alpha-58882'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.