Skip to content

Commit

Permalink
Set weight of headings to normal.
Browse files Browse the repository at this point in the history
  • Loading branch information
srph committed Nov 12, 2015
1 parent a158a13 commit 7d659ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 61 deletions.
61 changes: 0 additions & 61 deletions docs/dist/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -28093,67 +28093,6 @@
{ className: 'doc-heading' },
'Buttons'
),
_react2['default'].createElement(
'button',
{ className: 'btn -default' },
'Button'
)
),
_react2['default'].createElement(
'section',
{ className: 'doc-bottom-space-large' },
_react2['default'].createElement(
'h3',
{ className: 'doc-heading' },
'Variants'
),
_react2['default'].createElement(
'p',
null,
'Variants such as ',
_react2['default'].createElement(
'code',
null,
'.-defualt'
),
', ',
_react2['default'].createElement(
'code',
null,
'.-primary'
),
', ',
_react2['default'].createElement(
'code',
null,
'.-sky'
),
', ',
_react2['default'].createElement(
'code',
null,
'.-emerald'
),
', ',
_react2['default'].createElement(
'code',
null,
'.-sun'
),
', ',
_react2['default'].createElement(
'code',
null,
'.-crimson'
),
' or ',
_react2['default'].createElement(
'code',
null,
'.-link'
),
'. Depends on your need.'
),
_react2['default'].createElement(
'div',
{ className: 'doc-btn-group' },
Expand Down
3 changes: 3 additions & 0 deletions docs/dist/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions styles/base/_type.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ p, blockquote {
@include vertical-rhythm;
}

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

h1 { font-size: 30px; }
h2 { font-size: 21px; }
h3 { font-size: 16px; }
Expand Down

0 comments on commit 7d659ee

Please sign in to comment.