|
@@ -18,7 +18,7 @@
|
|
|
}
|
|
|
|
|
|
p {
|
|
|
- font-family: #{map-deep-get($config-heading, "font", "family")};
|
|
|
+ font-family: #{map-deep-get($config-quote, "font", "family")};
|
|
|
font-size: #{map-deep-get($config-heading, "font", "size", "h4")};
|
|
|
letter-spacing: #{map-deep-get($config-heading, "font", "letter-spacing", "h4")};
|
|
|
line-height: #{map-deep-get($config-heading, "font", "line-height", "h4")};
|