|
@@ -3625,6 +3625,7 @@ input[type="submit"]:hover {
|
|
|
|
|
|
dt {
|
|
dt {
|
|
font-family: inherit;
|
|
font-family: inherit;
|
|
|
|
+ font-family: var(--font-base, inherit);
|
|
}
|
|
}
|
|
|
|
|
|
.entry-header,
|
|
.entry-header,
|
|
@@ -3900,6 +3901,7 @@ dt {
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
color: #303030;
|
|
color: #303030;
|
|
font-family: inherit;
|
|
font-family: inherit;
|
|
|
|
+ font-family: var(--font-base, inherit);
|
|
padding: 8px 16px;
|
|
padding: 8px 16px;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3908,6 +3910,7 @@ dt {
|
|
*/
|
|
*/
|
|
.pagination .nav-links > * {
|
|
.pagination .nav-links > * {
|
|
font-family: inherit;
|
|
font-family: inherit;
|
|
|
|
+ font-family: var(--font-headings, inherit);
|
|
font-size: inherit;
|
|
font-size: inherit;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
}
|
|
}
|
|
@@ -3941,6 +3944,7 @@ dt {
|
|
*/
|
|
*/
|
|
.comment-navigation a {
|
|
.comment-navigation a {
|
|
font-family: inherit;
|
|
font-family: inherit;
|
|
|
|
+ font-family: var(--font-headings, inherit);
|
|
font-size: inherit;
|
|
font-size: inherit;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
}
|
|
}
|
|
@@ -3950,6 +3954,7 @@ dt {
|
|
*/
|
|
*/
|
|
.comment-meta .comment-author .fn {
|
|
.comment-meta .comment-author .fn {
|
|
font-family: inherit;
|
|
font-family: inherit;
|
|
|
|
+ font-family: var(--font-headings, inherit);
|
|
}
|
|
}
|
|
|
|
|
|
.comment-meta .comment-author .fn a {
|
|
.comment-meta .comment-author .fn a {
|
|
@@ -3977,6 +3982,7 @@ dt {
|
|
.pingback .url,
|
|
.pingback .url,
|
|
.trackback .url {
|
|
.trackback .url {
|
|
font-family: inherit;
|
|
font-family: inherit;
|
|
|
|
+ font-family: var(--font-headings, inherit);
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -3994,6 +4000,7 @@ dt {
|
|
|
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
|
|
font-family: inherit;
|
|
font-family: inherit;
|
|
|
|
+ font-family: var(--font-headings, inherit);
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-pullquote blockquote {
|
|
.wp-block-pullquote blockquote {
|