|
@@ -3851,6 +3851,7 @@ article .entry-header .entry-title a:active, article .entry-header .entry-title
|
|
|
|
|
|
.wp-block-quote p {
|
|
.wp-block-quote p {
|
|
font-family: Lora, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
|
|
font-family: Lora, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
|
|
|
|
+ font-family: var(--font-base, Lora, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif);
|
|
}
|
|
}
|
|
|
|
|
|
table td,
|
|
table td,
|
|
@@ -3936,6 +3937,7 @@ table th,
|
|
.post-navigation .meta-nav {
|
|
.post-navigation .meta-nav {
|
|
color: #252E36;
|
|
color: #252E36;
|
|
font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
|
+ font-family: var(--font-headings, "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
font-weight: 900;
|
|
font-weight: 900;
|
|
text-transform: uppercase;
|
|
text-transform: uppercase;
|
|
@@ -3943,6 +3945,7 @@ table th,
|
|
|
|
|
|
.post-navigation .post-title {
|
|
.post-navigation .post-title {
|
|
font-family: Lora, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
|
|
font-family: Lora, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
|
|
|
|
+ font-family: var(--font-base, Lora, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif);
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
@@ -4048,6 +4051,7 @@ table th,
|
|
.comments-area .reply {
|
|
.comments-area .reply {
|
|
color: #666666;
|
|
color: #666666;
|
|
font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
|
+ font-family: var(--font-headings, "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
font-size: 1rem;
|
|
font-size: 1rem;
|
|
font-weight: 900;
|
|
font-weight: 900;
|
|
text-align: center;
|
|
text-align: center;
|