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

29 lines
558 B
SCSS
Raw Normal View History

// ===========================================================================
// HEADINGS
2012-11-28 12:59:42 +01:00
h1,
h2,
h3 { @extend %heading-text; }
h1,
h3 {
@extend %chaparral-pro-regular;
@include font-size($font-size-larger, $line-height-heading);
letter-spacing: -0.05em;
2012-11-28 12:59:42 +01:00
color: $heading-1-text-color;
}
h2 {
@extend %source-sans-pro-bold;
@include font-size($font-size, $line-height-alt);
letter-spacing: .05em;
text-transform: uppercase;
color: $heading-2-text-color;
}
h3 {
@include font-size($font-size-large);
color: $heading-3-text-color;
}