sass-site/source/assets/stylesheets/foundation/_headings.scss

12 lines
255 B
SCSS
Raw Normal View History

// ===========================================================================
// HEADINGS
h1 {
@extend %heading-text;
@extend %chaparral-pro-light;
@include font-size($font-size-larger);
letter-spacing: -0.05em;
color: $heading-text-color;
}