|
@@ -16,6 +16,7 @@
|
|
|
|
|
|
p {
|
|
|
font-family: #{map-deep-get($config-pullquote, "font", "family")};
|
|
|
+ font-family: var( --font-headings, #{map-deep-get($config-pullquote, "font", "family")} );
|
|
|
font-size: (strip-unit(map-deep-get($config-heading, "font", "size", "h4")) + 0em);
|
|
|
letter-spacing: #{map-deep-get($config-heading, "font", "letter-spacing", "h4")};
|
|
|
line-height: #{map-deep-get($config-heading, "font", "line-height", "h4")};
|