Commit c4856e6f8dbc7b7db5cb01c340e211026dda03af

Authored by Dmitriy Zaporozhets
1 parent a28bc409

Semibold headers

app/assets/stylesheets/gitlab_bootstrap/mixins.scss
@@ -90,7 +90,6 @@ @@ -90,7 +90,6 @@
90 @mixin page-title { 90 @mixin page-title {
91 color: $style_color; 91 color: $style_color;
92 font-size: 20px; 92 font-size: 20px;
93 - font-weight: normal;  
94 line-height: 1.5; 93 line-height: 1.5;
95 margin-top: 0px; 94 margin-top: 0px;
96 margin-bottom: 15px; 95 margin-bottom: 15px;
app/assets/stylesheets/gitlab_bootstrap/typography.scss
@@ -2,6 +2,10 @@ @@ -2,6 +2,10 @@
2 * Headers 2 * Headers
3 * 3 *
4 */ 4 */
  5 +h1, h2, h3, h4, h5, h6 {
  6 + font-weight: 500;
  7 + line-height: 1.1;
  8 +}
5 9
6 h1.page-title { 10 h1.page-title {
7 @include page-title; 11 @include page-title;