From 107be61753180889c80b1cc74ca049f2350c3dee Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 1 Mar 2013 03:24:18 +0000 Subject: [PATCH] Twenty Thirteen: trim down font properties, props obenland. Fixes #23546. git-svn-id: https://develop.svn.wordpress.org/trunk@23546 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentythirteen/style.css | 39 +++++++++++++--------- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 3949ebe4a0..210ce6a65d 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -748,8 +748,9 @@ img.aligncenter { .wp-caption .wp-caption-text, .entry-caption { color: #220e10; - font: 300 italic 18px/1.5 "Source Sans Pro", Helvetica, sans-serif; - margin: 0; + font-size: 18px; + font-style: italic; + font-weight: 300; } img.wp-smiley, @@ -1863,7 +1864,8 @@ footer.entry-meta { } .image-navigation .meta-nav { - font: 300 32px "Source Sans Pro", Helvetica, sans-serif; + font-size: 32px; + font-weight: 300; vertical-align: -webkit-calc(-4px); vertical-align: calc(-4px); } @@ -1933,11 +1935,13 @@ footer.entry-meta { } .paging-navigation .nav-next { - line-height: 5; + padding: 13px 0; } .paging-navigation a { - font: 300 italic 22px/1 "Source Sans Pro", Helvetica, sans-serif; + font-size: 22px; + font-style: italic; + font-weight: 300; } .paging-navigation .meta-nav { @@ -1945,15 +1949,15 @@ footer.entry-meta { border-radius: 50%; color: #fff; display: inline-block; - font: 300 26px/1 "Source Sans Pro", Helvetica, sans-serif; - padding: 5px 0 8px; + font-size: 26px; + padding: 3px 0 8px; text-align: center; - width: 40px; + width: 50px; } .paging-navigation .nav-previous .meta-nav { margin-right: 10px; - padding: 25px 0 28px; + padding: 17px 0 23px; width: 80px; } @@ -1969,7 +1973,9 @@ footer.entry-meta { .post-navigation { background-color: #fff; color: #ca3c08; - font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif; + font-size: 20px; + font-style: italic; + font-weight: 300; padding: 20px 0; } @@ -2114,7 +2120,7 @@ footer.entry-meta { } .error404 .page-title { - font: 300 italic 30px/0.6 "Source Sans Pro", Helvetica, sans-serif; + line-height: 0.6; margin: 0; padding: 300px; position: relative; @@ -2370,7 +2376,9 @@ footer.entry-meta { } .comment-navigation { - font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif; + font-size: 20px; + font-style: italic; + font-weight: 300; margin: 0 auto; max-width: 604px; padding: 20px 0 30px; @@ -2545,7 +2553,7 @@ footer.entry-meta { .site-footer { background-color: #e8e5ce; color: #7d7b6d; - font: 14px "Source Sans Pro", Helvetica, sans-serif; + font-size: 14px; text-align: center; } @@ -2871,7 +2879,7 @@ footer.entry-meta { .menu-toggle { cursor: pointer; display: inline-block; - font: bold 16px "Source Sans Pro", Helvetica, sans-serif; + font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif; margin: 0; padding: 12px 0 12px 20px; } @@ -2949,7 +2957,8 @@ footer.entry-meta { .format-image .entry-title, .format-gallery .entry-title, .format-video .entry-title { - font: bold 22px 'Bitter', serif; + font-size: 22px; + font-weight: bold; } .format-quote blockquote,