System font: The stack does not work with the font shorthand property.

see #36753.


git-svn-id: https://develop.svn.wordpress.org/trunk@37442 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi
2016-05-17 01:44:36 +00:00
parent 54ede3d3fc
commit b34c03c5b0
3 changed files with 25 additions and 7 deletions
+2 -1
View File
@@ -1137,7 +1137,8 @@ body.cheatin h1 {
border-bottom: 1px solid #ddd;
clear: both;
color: #666;
font: 24px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
font-size: 24px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
margin: 30px 0 0 0;
padding: 0;
padding-bottom: 7px;