From fb6c603c7391f86fde227a170e680629536fa4a2 Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Thu, 23 Feb 2017 16:49:44 -0800 Subject: [PATCH] Typesey Docs headings in Open Sans --- website/source/assets/stylesheets/_docs.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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;