|
@@ -4,8 +4,7 @@
|
|
padding-left: #{map-deep-get($config-global, "spacing", "horizontal")};
|
|
padding-left: #{map-deep-get($config-global, "spacing", "horizontal")};
|
|
|
|
|
|
p {
|
|
p {
|
|
- font-family: #{map-deep-get($config-quote, "font", "family")}; // For browsers without support for CSS variables.
|
|
|
|
- font-family: var( --font-headings, #{map-deep-get($config-quote, "font", "family")} );
|
|
|
|
|
|
+ @include font-family( map-deep-get($config-quote, "font", "family") );
|
|
font-size: (strip-unit(map-deep-get($config-heading, "font", "size", "h4")) + 0em);
|
|
font-size: (strip-unit(map-deep-get($config-heading, "font", "size", "h4")) + 0em);
|
|
letter-spacing: #{map-deep-get($config-heading, "font", "letter-spacing", "h4")};
|
|
letter-spacing: #{map-deep-get($config-heading, "font", "letter-spacing", "h4")};
|
|
line-height: #{map-deep-get($config-global, "font", "line-height", "h4")};
|
|
line-height: #{map-deep-get($config-global, "font", "line-height", "h4")};
|
|
@@ -17,8 +16,7 @@
|
|
padding: 0;
|
|
padding: 0;
|
|
|
|
|
|
p {
|
|
p {
|
|
- font-family: #{map-deep-get($config-quote, "font", "family")}; // For browsers without support for CSS variables.
|
|
|
|
- font-family: var( --font-headings, #{map-deep-get($config-quote, "font", "family")} );
|
|
|
|
|
|
+ @include font-family( map-deep-get($config-quote, "font", "family") );
|
|
font-size: (strip-unit(map-deep-get($config-heading, "font", "size", "h3")) + 0em);
|
|
font-size: (strip-unit(map-deep-get($config-heading, "font", "size", "h3")) + 0em);
|
|
letter-spacing: #{map-deep-get($config-heading, "font", "letter-spacing", "h3")};
|
|
letter-spacing: #{map-deep-get($config-heading, "font", "letter-spacing", "h3")};
|
|
line-height: #{map-deep-get($config-heading, "font", "line-height", "h3")};
|
|
line-height: #{map-deep-get($config-heading, "font", "line-height", "h3")};
|