Twenty Fifteen: kern everything -- it reads better.

Props afercia, fixes #30195.



Built from https://develop.svn.wordpress.org/trunk@30217


git-svn-id: http://core.svn.wordpress.org/trunk@30217 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ian Stewart 2014-11-03 21:43:21 +00:00
parent 6be421fb37
commit 3a0b05e5b1
2 changed files with 5 additions and 1 deletions

View File

@ -91,6 +91,10 @@ 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-30216';
$wp_version = '4.1-alpha-30217';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.