diff --git a/scss/_type.scss b/scss/_type.scss index 57214e8187..9fe8194db5 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -11,22 +11,12 @@ h1, h2, h3, h4, h5, h6, color: $headings-color; } -h1 { font-size: $font-size-h1; } -h2 { font-size: $font-size-h2; } -h3 { font-size: $font-size-h3; } -h4 { font-size: $font-size-h4; } -h5 { font-size: $font-size-h5; } -h6 { font-size: $font-size-h6; } - -// These declarations are kept separate from and placed after -// the previous tag-based declarations so that the classes beat the tags in -// the CSS cascade, and thus