Bladeren bron

Shawburn: pull changes from varia

Andrés 5 jaren geleden
bovenliggende
commit
6f8fd969a2
3 gewijzigde bestanden met toevoegingen van 62 en 6 verwijderingen
  1. 10 0
      shawburn/style-editor.css
  2. 26 3
      shawburn/style-rtl.css
  3. 26 3
      shawburn/style.css

+ 10 - 0
shawburn/style-editor.css

@@ -163,6 +163,7 @@ body {
 	color: #444444;
 	background-color: white;
 	font-family: "PT Sans", Arial, sans-serif;
+	font-family: var(--font-base, "PT Sans", Arial, sans-serif);
 	font-size: 18px;
 	font-weight: normal;
 	line-height: 1.78;
@@ -299,6 +300,7 @@ object {
 	color: white;
 	font-weight: 700;
 	font-family: "PT Sans", Arial, sans-serif;
+	font-family: var(--font-headings, "PT Sans", Arial, sans-serif);
 	font-size: 0.83333em;
 	line-height: 1;
 	background-color: #0C80A1;
@@ -399,6 +401,7 @@ object {
 .wp-block-heading h5, h5, .h5,
 .wp-block-heading h6, h6, .h6 {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-weight: 400;
 	clear: both;
 }
@@ -477,6 +480,7 @@ object {
 
 .wp-block-latest-posts > li > a {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-size: 1.2rem;
 	font-weight: 400;
 	line-height: 1.125;
@@ -574,6 +578,7 @@ p.has-background:not(.has-background-background-color) a {
 
 .wp-block-pullquote p {
 	font-family: "PT Sans", Arial, sans-serif;
+	font-family: var(--font-headings, "PT Sans", Arial, sans-serif);
 	font-size: 1.2em;
 	letter-spacing: normal;
 	line-height: 1.125;
@@ -633,6 +638,7 @@ p.has-background:not(.has-background-background-color) a {
 
 .wp-block-quote p {
 	font-family: "PT Sans", Arial, sans-serif;
+	font-family: var(--font-headings, "PT Sans", Arial, sans-serif);
 	font-size: 1.2em;
 	letter-spacing: normal;
 }
@@ -644,6 +650,7 @@ p.has-background:not(.has-background-background-color) a {
 
 .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
 	font-family: "PT Sans", Arial, sans-serif;
+	font-family: var(--font-headings, "PT Sans", Arial, sans-serif);
 	font-size: 1.44em;
 	letter-spacing: normal;
 	line-height: 1.125;
@@ -713,6 +720,7 @@ hr {
 table th,
 .wp-block-table th {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 }
 
 table td,
@@ -729,6 +737,7 @@ table th,
 .editor-post-title__block .editor-post-title__input {
 	color: #444444;
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-weight: 400;
 	font-size: 1.728em;
 	letter-spacing: normal;
@@ -844,6 +853,7 @@ table th,
 
 .has-drop-cap:not(:focus)::first-letter {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-size: calc(2 * 2.0736em);
 	font-weight: 400;
 }

+ 26 - 3
shawburn/style-rtl.css

@@ -582,6 +582,7 @@ html {
 html {
 	font-size: 15px;
 	font-family: "PT Sans", Arial, sans-serif;
+	font-family: var(--font-base, "PT Sans", Arial, sans-serif);
 	line-height: 1.78;
 }
 
@@ -1081,6 +1082,7 @@ input[type="submit"],
 	cursor: pointer;
 	font-weight: 700;
 	font-family: "PT Sans", Arial, sans-serif;
+	font-family: var(--font-headings, "PT Sans", Arial, sans-serif);
 	font-size: 0.83333rem;
 	background-color: #0C80A1;
 	border-radius: 4px;
@@ -1424,6 +1426,7 @@ h4, .h4,
 h5, .h5,
 h6, .h6 {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-weight: 400;
 	clear: both;
 }
@@ -1515,6 +1518,7 @@ img {
 
 .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 }
 
 .wp-block-latest-comments .wp-block-latest-comments__comment-date {
@@ -1548,6 +1552,7 @@ img {
 
 .wp-block-latest-posts > li > a {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-size: 1.2rem;
 	font-weight: 400;
 	line-height: 1.125;
@@ -1632,6 +1637,7 @@ img {
 ul,
 ol {
 	font-family: "PT Sans", Arial, sans-serif;
+	font-family: var(--font-base, "PT Sans", Arial, sans-serif);
 	margin: 0;
 	padding-right: 32px;
 }
@@ -1646,6 +1652,7 @@ ol {
 
 dt {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-weight: bold;
 }
 
@@ -1719,6 +1726,7 @@ p.has-background {
 	color: white;
 	background-color: #0C80A1;
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-weight: bold;
 	font-size: 0.83333rem;
 	line-height: 1;
@@ -1792,6 +1800,7 @@ p.has-background {
 
 .wp-block-pullquote p {
 	font-family: "PT Sans", Arial, sans-serif;
+	font-family: var(--font-headings, "PT Sans", Arial, sans-serif);
 	font-size: 1.2rem;
 	letter-spacing: normal;
 	line-height: 1.125;
@@ -1871,6 +1880,7 @@ p.has-background {
 
 .wp-block-quote p {
 	font-family: "PT Sans", Arial, sans-serif;
+	font-family: var(--font-headings, "PT Sans", Arial, sans-serif);
 	font-size: 1.2rem;
 	letter-spacing: normal;
 	line-height: 1.125;
@@ -2003,6 +2013,7 @@ table,
 table th,
 .wp-block-table th {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 }
 
 table td,
@@ -2197,6 +2208,7 @@ table th,
 
 .has-drop-cap:not(:focus)::first-letter {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-size: calc(2 * 2.0736rem);
 	font-weight: 400;
 	line-height: 0.66;
@@ -2343,6 +2355,7 @@ table th,
 .site-title {
 	color: #444444;
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-size: 2.0736rem;
 	letter-spacing: normal;
 }
@@ -2363,6 +2376,7 @@ table th,
 .site-description {
 	color: currentColor;
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-base, "PT Serif", Times, sans-serif);
 	font-size: 0.83333rem;
 }
 
@@ -2520,6 +2534,7 @@ table th,
 	color: white;
 	display: block;
 	font-family: "PT Sans", Arial, sans-serif;
+	font-family: var(--font-headings, "PT Sans", Arial, sans-serif);
 	font-size: 0.83333rem;
 	font-weight: 700;
 	padding: 8px 0;
@@ -2625,6 +2640,7 @@ table th,
 .site-info {
 	color: #767676;
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-size: 0.83333rem;
 }
 
@@ -2699,6 +2715,7 @@ table th,
 
 .footer-navigation .footer-menu a {
 	font-family: "PT Sans", Arial, sans-serif;
+	font-family: var(--font-base, "PT Sans", Arial, sans-serif);
 	font-size: 0.83333rem;
 	font-weight: 700;
 	padding: 16px;
@@ -2837,6 +2854,7 @@ table th,
 
 .post-navigation .post-title {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-size: 1.44rem;
 	font-weight: 600;
 }
@@ -2864,6 +2882,7 @@ table th,
 
 .pagination .nav-links > * {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-size: 1.2rem;
 	font-weight: 600;
 	padding-right: calc(0.66 * 16px);
@@ -2926,6 +2945,7 @@ table th,
 .comment-reply-title small {
 	font-size: 1rem;
 	font-family: "PT Sans", Arial, sans-serif;
+	font-family: var(--font-base, "PT Sans", Arial, sans-serif);
 	letter-spacing: normal;
 	line-height: 1.125;
 }
@@ -2945,19 +2965,19 @@ table th,
 	margin-bottom: 32px;
 }
 
-.children {
+.comment-list .children {
 	list-style: none;
 	padding-right: 16px;
 }
 
-.children > li {
+.comment-list .children > li {
 	border-top: 1px solid #EAEAEA;
 	margin-top: 32px;
 	margin-bottom: 32px;
 }
 
 @media only screen and (min-width: 560px) {
-	.children {
+	.comment-list .children {
 		padding-right: 32px;
 	}
 }
@@ -3045,6 +3065,7 @@ table th,
 .pingback .url,
 .trackback .url {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 }
 
 /**
@@ -3147,6 +3168,7 @@ table th,
  */
 .comment-navigation a {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-size: 1.2rem;
 	font-weight: 600;
 }
@@ -3178,6 +3200,7 @@ img#wpstats {
 	color: white;
 	background-color: #0C80A1;
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-weight: bold;
 	font-size: 0.83333rem;
 	line-height: 1;

+ 26 - 3
shawburn/style.css

@@ -582,6 +582,7 @@ html {
 html {
 	font-size: 15px;
 	font-family: "PT Sans", Arial, sans-serif;
+	font-family: var(--font-base, "PT Sans", Arial, sans-serif);
 	line-height: 1.78;
 }
 
@@ -1081,6 +1082,7 @@ input[type="submit"],
 	cursor: pointer;
 	font-weight: 700;
 	font-family: "PT Sans", Arial, sans-serif;
+	font-family: var(--font-headings, "PT Sans", Arial, sans-serif);
 	font-size: 0.83333rem;
 	background-color: #0C80A1;
 	border-radius: 4px;
@@ -1424,6 +1426,7 @@ h4, .h4,
 h5, .h5,
 h6, .h6 {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-weight: 400;
 	clear: both;
 }
@@ -1515,6 +1518,7 @@ img {
 
 .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 }
 
 .wp-block-latest-comments .wp-block-latest-comments__comment-date {
@@ -1548,6 +1552,7 @@ img {
 
 .wp-block-latest-posts > li > a {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-size: 1.2rem;
 	font-weight: 400;
 	line-height: 1.125;
@@ -1632,6 +1637,7 @@ img {
 ul,
 ol {
 	font-family: "PT Sans", Arial, sans-serif;
+	font-family: var(--font-base, "PT Sans", Arial, sans-serif);
 	margin: 0;
 	padding-left: 32px;
 }
@@ -1646,6 +1652,7 @@ ol {
 
 dt {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-weight: bold;
 }
 
@@ -1719,6 +1726,7 @@ p.has-background {
 	color: white;
 	background-color: #0C80A1;
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-weight: bold;
 	font-size: 0.83333rem;
 	line-height: 1;
@@ -1792,6 +1800,7 @@ p.has-background {
 
 .wp-block-pullquote p {
 	font-family: "PT Sans", Arial, sans-serif;
+	font-family: var(--font-headings, "PT Sans", Arial, sans-serif);
 	font-size: 1.2rem;
 	letter-spacing: normal;
 	line-height: 1.125;
@@ -1871,6 +1880,7 @@ p.has-background {
 
 .wp-block-quote p {
 	font-family: "PT Sans", Arial, sans-serif;
+	font-family: var(--font-headings, "PT Sans", Arial, sans-serif);
 	font-size: 1.2rem;
 	letter-spacing: normal;
 	line-height: 1.125;
@@ -2003,6 +2013,7 @@ table,
 table th,
 .wp-block-table th {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 }
 
 table td,
@@ -2202,6 +2213,7 @@ table th,
 
 .has-drop-cap:not(:focus)::first-letter {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-size: calc(2 * 2.0736rem);
 	font-weight: 400;
 	line-height: 0.66;
@@ -2360,6 +2372,7 @@ table th,
 .site-title {
 	color: #444444;
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-size: 2.0736rem;
 	letter-spacing: normal;
 }
@@ -2380,6 +2393,7 @@ table th,
 .site-description {
 	color: currentColor;
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-base, "PT Serif", Times, sans-serif);
 	font-size: 0.83333rem;
 }
 
@@ -2537,6 +2551,7 @@ table th,
 	color: white;
 	display: block;
 	font-family: "PT Sans", Arial, sans-serif;
+	font-family: var(--font-headings, "PT Sans", Arial, sans-serif);
 	font-size: 0.83333rem;
 	font-weight: 700;
 	padding: 8px 0;
@@ -2642,6 +2657,7 @@ table th,
 .site-info {
 	color: #767676;
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-size: 0.83333rem;
 }
 
@@ -2716,6 +2732,7 @@ table th,
 
 .footer-navigation .footer-menu a {
 	font-family: "PT Sans", Arial, sans-serif;
+	font-family: var(--font-base, "PT Sans", Arial, sans-serif);
 	font-size: 0.83333rem;
 	font-weight: 700;
 	padding: 16px;
@@ -2854,6 +2871,7 @@ table th,
 
 .post-navigation .post-title {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-size: 1.44rem;
 	font-weight: 600;
 }
@@ -2881,6 +2899,7 @@ table th,
 
 .pagination .nav-links > * {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-size: 1.2rem;
 	font-weight: 600;
 	padding-left: calc(0.66 * 16px);
@@ -2943,6 +2962,7 @@ table th,
 .comment-reply-title small {
 	font-size: 1rem;
 	font-family: "PT Sans", Arial, sans-serif;
+	font-family: var(--font-base, "PT Sans", Arial, sans-serif);
 	letter-spacing: normal;
 	line-height: 1.125;
 }
@@ -2962,19 +2982,19 @@ table th,
 	margin-bottom: 32px;
 }
 
-.children {
+.comment-list .children {
 	list-style: none;
 	padding-left: 16px;
 }
 
-.children > li {
+.comment-list .children > li {
 	border-top: 1px solid #EAEAEA;
 	margin-top: 32px;
 	margin-bottom: 32px;
 }
 
 @media only screen and (min-width: 560px) {
-	.children {
+	.comment-list .children {
 		padding-left: 32px;
 	}
 }
@@ -3062,6 +3082,7 @@ table th,
 .pingback .url,
 .trackback .url {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 }
 
 /**
@@ -3164,6 +3185,7 @@ table th,
  */
 .comment-navigation a {
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-size: 1.2rem;
 	font-weight: 600;
 }
@@ -3195,6 +3217,7 @@ img#wpstats {
 	color: white;
 	background-color: #0C80A1;
 	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	font-weight: bold;
 	font-size: 0.83333rem;
 	line-height: 1;