]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/install-rtl.css
Wordpress 4.6-scripts
[autoinstalls/wordpress.git] / wp-admin / css / install-rtl.css
index 5e1ced92d1d00b1a00d6ba5ddf4b7195e7192619..43378fc992b49459426d8c48db8a013a799adb09 100644 (file)
@@ -6,7 +6,7 @@ html {
 body {
        background: #fff;
        color: #444;
-       font-family: "Open Sans", sans-serif;
+       font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        margin: 140px auto 25px;
        padding: 20px 20px 10px 20px;
        max-width: 700px;
@@ -45,7 +45,7 @@ h1, h2 {
        font-size: 24px;
        padding: 0;
        padding-bottom: 7px;
-       font-weight: normal;
+       font-weight: 400;
 }
 
 h3 {
@@ -100,7 +100,7 @@ label {
        color: #444; /* same as login.css */
        height: 84px;
        font-size: 20px;
-       font-weight: normal;
+       font-weight: 400;
        line-height: 1.3em;
        margin: -130px auto 25px;
        padding: 0;
@@ -132,7 +132,7 @@ label {
 }
 textarea {
        border: 1px solid #ddd;
-       font-family: "Open Sans", sans-serif;
+       font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
@@ -181,7 +181,7 @@ textarea {
 
 input,
 submit {
-       font-family: "Open Sans", sans-serif;
+       font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
 }
 
 .form-table input[type=text],
@@ -192,7 +192,7 @@ submit {
 }
 
 .form-table th p {
-       font-weight: normal;
+       font-weight: 400;
 }
 
 .form-table.install-success th,
@@ -406,7 +406,7 @@ body.language-chooser {
        color: #32373c;
        font-size: 16px;
        font-family: Arial, sans-serif;
-       font-weight: normal;
+       font-weight: 400;
 }
 
 .language-chooser p {