|
@@ -16,6 +16,7 @@
|
|
|
|
|
|
color: #{map-deep-get($config-header, "branding", "color", "link")};
|
|
|
font-family: #{map-deep-get($config-header, "branding", "title", "font", "family")};
|
|
|
+ font-family: var( --font-headings, #{map-deep-get($config-header, "branding", "title", "font", "family")} );
|
|
|
letter-spacing: normal;
|
|
|
line-height: #{map-deep-get($config-header, "branding", "title", "font", "line-height")};
|
|
|
|
|
@@ -39,6 +40,7 @@
|
|
|
.site-description {
|
|
|
color: currentColor;
|
|
|
font-family: #{map-deep-get($config-header, "branding", "description", "font", "family")};
|
|
|
+ font-family: var( --font-base, #{map-deep-get($config-header, "branding", "description", "font", "family")} );
|
|
|
}
|
|
|
|
|
|
// Prevent overruling the user defined font size value set inside Gutenberg
|