7
7
}
8
8
9
9
body , p , a , div , th , td {
10
- font-family : "Source Sans Pro" , monospace , sans-serif;
10
+ font-family : "Source Sans Pro" , sans-serif;
11
11
font-weight : 400 ;
12
12
font-size : 16px ;
13
13
}
30
30
}
31
31
32
32
h1 {
33
- font-family : "Source Sans Pro Semibold" , monospace , sans-serif;
33
+ font-family : "Source Sans Pro Semibold" , sans-serif;
34
34
font-weight : normal;
35
35
font-size : 44px ;
36
36
line-height : 50px ;
39
39
}
40
40
41
41
h2 {
42
- font-family : "Source Sans Pro" , monospace , sans-serif;
42
+ font-family : "Source Sans Pro" , sans-serif;
43
43
font-weight : normal;
44
44
font-size : 24px ;
45
45
line-height : 40px ;
@@ -53,7 +53,7 @@ section {
53
53
}
54
54
55
55
section h1 {
56
- font-family : "Source Sans Pro" , monospace , sans-serif;
56
+ font-family : "Source Sans Pro" , sans-serif;
57
57
font-weight : 700 ;
58
58
font-size : 32px ;
59
59
line-height : 40px ;
@@ -67,30 +67,30 @@ article {
67
67
}
68
68
69
69
article h1 {
70
- font-family : "Source Sans Pro Bold" , monospace , sans-serif;
70
+ font-family : "Source Sans Pro Bold" , sans-serif;
71
71
font-weight : 600 ;
72
72
font-size : 24px ;
73
73
line-height : 26px ;
74
74
}
75
75
76
76
article h2 {
77
- font-family : "Source Sans Pro" , monospace , sans-serif;
77
+ font-family : "Source Sans Pro" , sans-serif;
78
78
font-weight : 600 ;
79
79
font-size : 18px ;
80
80
line-height : 24px ;
81
81
margin : 0 0 10px 0 ;
82
82
}
83
83
84
84
article h3 {
85
- font-family : "Source Sans Pro" , monospace , sans-serif;
85
+ font-family : "Source Sans Pro" , sans-serif;
86
86
font-weight : 600 ;
87
87
font-size : 16px ;
88
88
line-height : 18px ;
89
89
margin : 0 0 10px 0 ;
90
90
}
91
91
92
92
article h4 {
93
- font-family : "Source Sans Pro" , monospace , sans-serif;
93
+ font-family : "Source Sans Pro" , sans-serif;
94
94
font-weight : 600 ;
95
95
font-size : 14px ;
96
96
line-height : 16px ;
@@ -106,7 +106,7 @@ table {
106
106
th {
107
107
background-color : # f5f5f5 ;
108
108
text-align : left;
109
- font-family : "Source Sans Pro" , monospace , sans-serif;
109
+ font-family : "Source Sans Pro" , sans-serif;
110
110
font-weight : 700 ;
111
111
padding : 4px 8px ;
112
112
border : # e0e0e0 1px solid;
143
143
}
144
144
145
145
# apidoc h1 {
146
- font-family : "Source Sans Pro" , monospace , sans-serif;
146
+ font-family : "Source Sans Pro" , sans-serif;
147
147
font-weight : 700 ;
148
148
font-size : 32px ;
149
149
line-height : 40px ;
153
153
}
154
154
155
155
# apidoc h2 {
156
- font-family : "Source Sans Pro Bold" , monospace , sans-serif;
156
+ font-family : "Source Sans Pro Bold" , sans-serif;
157
157
font-weight : 600 ;
158
158
font-size : 22px ;
159
159
line-height : 26px ;
@@ -189,7 +189,7 @@ pre.language-html:before {
189
189
position : absolute;
190
190
top : -30px ;
191
191
left : 0 ;
192
- font-family : "Source Sans Pro" , monospace , sans-serif;
192
+ font-family : "Source Sans Pro" , sans-serif;
193
193
font-weight : 600 ;
194
194
font-size : 15px ;
195
195
display : inline-block;
@@ -228,7 +228,7 @@ pre.language-api .pun {
228
228
pre code {
229
229
display : block;
230
230
font-size : 14px ;
231
- font-family : "Source Code Pro" ;
231
+ font-family : "Source Code Pro" , monospace ;
232
232
font-style : normal;
233
233
font-weight : 400 ;
234
234
word-wrap : normal;
@@ -266,7 +266,7 @@ pre code.sample-request-response-json {
266
266
border : 0 ;
267
267
border-left : transparent 4px solid;
268
268
border-right : transparent 4px solid;
269
- font-family : "Source Sans Pro" , monospace , sans-serif;
269
+ font-family : "Source Sans Pro" , sans-serif;
270
270
font-weight : 400 ;
271
271
font-size : 14px ;
272
272
}
@@ -275,7 +275,7 @@ pre code.sample-request-response-json {
275
275
padding : 5px 15px ;
276
276
border : 1px solid # e5e5e5 ;
277
277
width : 190px ;
278
- font-family : "Source Sans Pro" , monospace , sans-serif;
278
+ font-family : "Source Sans Pro" , sans-serif;
279
279
font-weight : 700 ;
280
280
font-size : 16px ;
281
281
background-color : # ffffff ;
0 commit comments