|
@@ -3850,6 +3850,7 @@ p:not(.site-title) a:hover {
|
|
|
.wp-block-quote[style*="text-align:center"] p,
|
|
|
.wp-block-quote[style*="text-align:right"] p {
|
|
|
font-family: "Lato", sans-serif;
|
|
|
+ font-family: var(--font-base, "Lato", sans-serif);
|
|
|
font-size: 1.2rem;
|
|
|
line-height: 1.6;
|
|
|
}
|
|
@@ -3887,6 +3888,7 @@ p:not(.site-title) a:hover {
|
|
|
*/
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
|
|
|
font-family: "Lato", sans-serif;
|
|
|
+ font-family: var(--font-base, "Lato", sans-serif);
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -3953,6 +3955,7 @@ input[type="submit"].has-background:visited,
|
|
|
font-size: 1rem;
|
|
|
font-weight: normal;
|
|
|
font-family: "Lato", sans-serif;
|
|
|
+ font-family: var(--font-base, "Lato", sans-serif);
|
|
|
line-height: 1.6;
|
|
|
}
|
|
|
|