Typesey Docs headings in Open Sans
This commit is contained in:
parent
e8eb4626f6
commit
fb6c603c73
|
@ -165,7 +165,6 @@ body.layout-intro {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.bs-docs-section {
|
.bs-docs-section {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-left: 3%;
|
padding-left: 3%;
|
||||||
|
@ -211,6 +210,11 @@ body.layout-intro {
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5 {
|
||||||
|
font-family: $font-family-open-sans;
|
||||||
|
font-weight: $font-weight-b;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: $vagrant-blue;
|
color: $vagrant-blue;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
Loading…
Reference in New Issue