We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa4292 commit ae77edeCopy full SHA for ae77ede
1 file changed
website/source/assets/stylesheets/_docs.scss
@@ -99,6 +99,9 @@ body.layout-intro{
99
.docs-sidenav{
100
padding-top: 15px;
101
padding-bottom: 15px;
102
+ font-family: "Klavika-web";
103
+ font-size: 16px;
104
+ font-weight: 500;
105
106
:last-child{
107
border-bottom: none;
@@ -129,6 +132,7 @@ body.layout-intro{
129
132
>.nav{
130
133
li{
131
134
a{
135
+ font-family: $font-family-open-sans;
136
color: white;
137
}
138
@@ -194,7 +198,7 @@ body.layout-intro{
194
198
195
199
.bs-docs-section{
196
200
padding: 10px 10px 80px 10px;
197
-
201
+
202
.lead{
203
margin-bottom: 48px
204
0 commit comments