]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/css/wp-embed-template.css
Wordpress 4.6-scripts
[autoinstalls/wordpress.git] / wp-includes / css / wp-embed-template.css
index d91bdb65f210445e7ee5b5fad7802704317b0631..10ff56ef561eb13025af950ef32924ce05216f26 100644 (file)
@@ -59,7 +59,10 @@ body {
 
 .wp-embed {
        padding: 25px;
-       font: 400 14px/1.5 'Open Sans', sans-serif;
+       font-size: 14px;
+       font-weight: 400;
+       font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
+       line-height: 1.5;
        color: #82878c;
        background: white;
        border: 1px solid #e5e5e5;
@@ -101,7 +104,7 @@ body {
 
 p.wp-embed-heading {
        margin: 0 0 15px;
-       font-weight: bold;
+       font-weight: 600;
        font-size: 22px;
        line-height: 1.3;
 }
@@ -133,7 +136,7 @@ p.wp-embed-heading {
 }
 
 .wp-embed-site-title {
-       font-weight: bold;
+       font-weight: 600;
        line-height: 25px;
 }
 
@@ -307,7 +310,10 @@ p.wp-embed-share-description {
        height: 28px;
        margin: 0 0 10px 0;
        padding: 0 5px;
-       font: 400 14px/1.5 'Open Sans', sans-serif;
+       font-size: 14px;
+       font-weight: 400;
+       font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
+       line-height: 1.5;
        resize: none;
        cursor: text;
 }