Skip to content

Commit ae77ede

Browse files
jasoncostellomitchellh
authored andcommitted
Klavika for docs nav
1 parent dfa4292 commit ae77ede

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

website/source/assets/stylesheets/_docs.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ body.layout-intro{
9999
.docs-sidenav{
100100
padding-top: 15px;
101101
padding-bottom: 15px;
102+
font-family: "Klavika-web";
103+
font-size: 16px;
104+
font-weight: 500;
102105

103106
:last-child{
104107
border-bottom: none;
@@ -129,6 +132,7 @@ body.layout-intro{
129132
>.nav{
130133
li{
131134
a{
135+
font-family: $font-family-open-sans;
132136
color: white;
133137
}
134138
}
@@ -194,7 +198,7 @@ body.layout-intro{
194198

195199
.bs-docs-section{
196200
padding: 10px 10px 80px 10px;
197-
201+
198202
.lead{
199203
margin-bottom: 48px
200204
}

0 commit comments

Comments
 (0)