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
This commit is contained in:
Ian Stewart 2014-11-04 17:41:21 +00:00
parent 7d56be8521
commit cc9c8edf83
2 changed files with 1 additions and 5 deletions

View File

@ -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,

View File

@ -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.