Commit c4856e6f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Semibold headers

parent a28bc409
...@@ -90,7 +90,6 @@ ...@@ -90,7 +90,6 @@
@mixin page-title { @mixin page-title {
color: $style_color; color: $style_color;
font-size: 20px; font-size: 20px;
font-weight: normal;
line-height: 1.5; line-height: 1.5;
margin-top: 0px; margin-top: 0px;
margin-bottom: 15px; margin-bottom: 15px;
......
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
* Headers * Headers
* *
*/ */
h1, h2, h3, h4, h5, h6 {
font-weight: 500;
line-height: 1.1;
}
h1.page-title { h1.page-title {
@include page-title; @include page-title;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment