From cc9c8edf83643e0a27fe0d4d11416616e0a83bcc Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Tue, 4 Nov 2014 17:41:21 +0000 Subject: [PATCH] Twenty Fifteen: Crashing chrome if you don't have Noto installed probably isn't the best experience -- removing font kerning. Props iamtakashi, fixes #30195 Built from https://develop.svn.wordpress.org/trunk@30229 git-svn-id: http://core.svn.wordpress.org/trunk@30229 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/style.css | 4 ---- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 3b5bd35dc7..9810964e85 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -91,10 +91,6 @@ html { body { background: #f1f1f1; - -webkit-font-feature-settings: "kern"; - -moz-font-feature-settings: "kern"; - font-feature-settings: "kern"; - font-kerning: normal; } article, diff --git a/wp-includes/version.php b/wp-includes/version.php index 273ad15bdc..ef4d1b3e83 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30228'; +$wp_version = '4.1-alpha-30229'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.