File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 139
139
html_theme_options = {
140
140
'travis_button' : 'True' ,
141
141
'font_size' : '14px' ,
142
- 'font_family' : 'Open Sans' ,
142
+ 'font_family' : " 'Open Sans', sans-serif" ,
143
143
'head_font_family' : "'AkkoPro-Regular', 'Open Sans'" ,
144
144
'sidebar_collapse' : 'True' ,
145
145
'logo' : 'logo.png' ,
Original file line number Diff line number Diff line change 3
3
body {
4
4
padding : 0 ;
5
5
margin : 0 ;
6
+ font-family : "Open Sans" , "sans-serif" ;
6
7
}
7
8
8
9
/* DOCS */
9
10
10
11
div .body p {
11
12
line-height : 20pt ;
13
+ font-family : "Open Sans" , "sans-serif" ;
12
14
}
13
15
14
16
div .body h1 {
@@ -32,7 +34,7 @@ div.body h2,
32
34
div .body h3 ,
33
35
div .body h4 ,
34
36
div .body h5 {
35
- font-family : Open Sans;
37
+ font-family : " Open Sans" , "sans-serif" ;
36
38
}
37
39
38
40
div .sphinxsidebar h3 a ,
@@ -123,12 +125,14 @@ div.body p.caption {
123
125
ul {
124
126
list-style-type : none;
125
127
margin-left : 0 ;
128
+ font-family : "Open Sans" , "sans-serif" ;
126
129
}
127
130
128
131
ul ul {
129
132
list-style-type : circle;
130
133
margin-left : 30px ;
131
134
color : # 999 ;
135
+ font-family : "Open Sans" , "sans-serif" ;
132
136
}
133
137
134
138
@media screen and (min-device-width : 320px )and (max-device-width : 640px ) {
You can’t perform that action at this time.
0 commit comments