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:
parent
6be421fb37
commit
3a0b05e5b1
@ -91,6 +91,10 @@ html {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
background: #f1f1f1;
|
background: #f1f1f1;
|
||||||
|
-webkit-font-feature-settings: "kern";
|
||||||
|
-moz-font-feature-settings: "kern";
|
||||||
|
font-feature-settings: "kern";
|
||||||
|
font-kerning: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
article,
|
article,
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user