diff --git a/wp-content/themes/twentyfifteen/css/editor-blocks.css b/wp-content/themes/twentyfifteen/css/editor-blocks.css index 6ff376ef10..9ff366708d 100644 --- a/wp-content/themes/twentyfifteen/css/editor-blocks.css +++ b/wp-content/themes/twentyfifteen/css/editor-blocks.css @@ -672,6 +672,10 @@ p.has-drop-cap:not(:focus)::first-letter { padding: 0; } +.wp-block-code { + font-family: Inconsolata, monospace; +} + /* Pullquote */ .wp-block-pullquote, diff --git a/wp-includes/version.php b/wp-includes/version.php index 04ae7b34b7..f5ecd4c228 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58729'; +$wp_version = '6.7-alpha-58730'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.