Skip to content

Commit

Permalink
Set font weight to 700 for all headings (fixes wet-boew/GCWeb#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Mar 10, 2014
1 parent e3492ef commit 582b6db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/base/partials/_bootstrap-overrides.scss
Expand Up @@ -556,6 +556,10 @@ h4, h5, h6 {
margin-bottom: ($line-height-computed / 2);
}

h1, h2, h3, h4, h5, h6 {
font-weight: 700;
}

h1, .h1 {
font-size: $font-size-h1;
}
Expand Down

0 comments on commit 582b6db

Please sign in to comment.