Typesey Docs headings in Open Sans

This commit is contained in:
Jason Costello 2017-02-23 16:49:44 -08:00
parent e8eb4626f6
commit fb6c603c73
1 changed files with 5 additions and 1 deletions

View File

@ -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;