diff --git a/wp-content/themes/twentynineteen/style-editor.css b/wp-content/themes/twentynineteen/style-editor.css index 522bb790b6..1e0bd69390 100644 --- a/wp-content/themes/twentynineteen/style-editor.css +++ b/wp-content/themes/twentynineteen/style-editor.css @@ -659,6 +659,8 @@ body .wp-block.aligncenter { /** === Base Typography === */ body { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; font-size: 22px; font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif; line-height: 1.8; diff --git a/wp-content/themes/twentynineteen/style-editor.scss b/wp-content/themes/twentynineteen/style-editor.scss index db50c94383..8359aacacb 100644 --- a/wp-content/themes/twentynineteen/style-editor.scss +++ b/wp-content/themes/twentynineteen/style-editor.scss @@ -94,6 +94,8 @@ body { /** === Base Typography === */ body { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; font-size: $font__size_base; @include font-family( $font__body ); line-height: $font__line-height-body; diff --git a/wp-includes/version.php b/wp-includes/version.php index a817be7b41..b8dc7cd9f5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54105'; +$wp_version = '6.1-alpha-54106'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.