diff --git a/website/source/assets/stylesheets/_docs.scss b/website/source/assets/stylesheets/_docs.scss index 8a106dd73..8e9368cbd 100644 --- a/website/source/assets/stylesheets/_docs.scss +++ b/website/source/assets/stylesheets/_docs.scss @@ -165,7 +165,6 @@ body.layout-intro { } } - .bs-docs-section { padding-top: 10px; padding-left: 3%; @@ -211,6 +210,11 @@ body.layout-intro { margin-bottom: 25px; } + h1, h2, h3, h4, h5 { + font-family: $font-family-open-sans; + font-weight: $font-weight-b; + } + h1 { color: $vagrant-blue; text-transform: uppercase;