X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/4feeb71a9d812a9ae371c28a3d8b442a4394ded7..607b7e02d77e7326161e8ec15639052d2040f745:/wp-includes/css/wp-embed-template.css diff --git a/wp-includes/css/wp-embed-template.css b/wp-includes/css/wp-embed-template.css index d91bdb65..10ff56ef 100644 --- a/wp-includes/css/wp-embed-template.css +++ b/wp-includes/css/wp-embed-template.css @@ -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; }