Twenty Fifteen: kern everything -- it reads better.
Props afercia, fixes #30195. git-svn-id: https://develop.svn.wordpress.org/trunk@30217 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
688d75c18f
commit
17f38859e5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user