|
|
- font-family: #{map-deep-get($config-header, "branding", "description", "font", "family")}; // For browsers without support for CSS variables.
|
|
|
- font-family: var( --font-headings, #{map-deep-get($config-header, "branding", "description", "font", "family")} );
|