mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Twenty Fifteen: Crashing chrome if you don't have Noto installed probably isn't the best experience -- removing font kerning.
Props iamtakashi, fixes #30195 git-svn-id: https://develop.svn.wordpress.org/trunk@30229 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user