System fonts: Don't quote single-word font names, per our coding standards.

props ocean90, netweb.
see #36753.


git-svn-id: https://develop.svn.wordpress.org/trunk@38152 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi
2016-07-26 16:38:49 +00:00
parent 076cbcdb71
commit 1e21bf9bf7
12 changed files with 229 additions and 229 deletions

View File

@@ -2681,7 +2681,7 @@ function _default_wp_die_handler( $message, $title = '', $args = array() ) {
body {
background: #fff;
color: #444;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
margin: 2em auto;
padding: 1em 2em;
max-width: 700px;