From 17f38859e595c0907b4fd44f961ba5447fa51f0b Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Mon, 3 Nov 2014 21:42:11 +0000 Subject: [PATCH] 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 --- src/wp-content/themes/twentyfifteen/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index 747c1fd741..605b049a04 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -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,