@@ -3,6 +3,7 @@ table,
th {
font-family: #{map-deep-get($config-heading, "font", "family")};
+ font-family: var( --font-headings, #{map-deep-get($config-heading, "font", "family")} );
}
td,
@@ -6,6 +6,7 @@ table,
@@ -677,6 +677,7 @@ hr {
table th,
.wp-block-table th {
font-family: sans-serif;
+ font-family: var(--font-headings, sans-serif);
table td,
@@ -1839,6 +1839,7 @@ p.has-background {
.wp-block-quote p {
font-size: 1.728rem;
letter-spacing: normal;
line-height: 1.125;
@@ -1972,6 +1972,7 @@ table,