Skip to content

Commit a1f7da7

Browse files
author
Kadee80
committed
fixes ff font in docs
1 parent a9068b1 commit a1f7da7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
html_theme_options = {
140140
'travis_button': 'True',
141141
'font_size': '14px',
142-
'font_family': 'Open Sans',
142+
'font_family': "'Open Sans', sans-serif",
143143
'head_font_family': "'AkkoPro-Regular', 'Open Sans'",
144144
'sidebar_collapse': 'True',
145145
'logo': 'logo.png',

docs/source/static/override_sphinx.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
body {
44
padding: 0;
55
margin: 0;
6+
font-family: "Open Sans", "sans-serif";
67
}
78

89
/* DOCS */
910

1011
div.body p {
1112
line-height: 20pt;
13+
font-family: "Open Sans", "sans-serif";
1214
}
1315

1416
div.body h1 {
@@ -32,7 +34,7 @@ div.body h2,
3234
div.body h3,
3335
div.body h4,
3436
div.body h5 {
35-
font-family: Open Sans;
37+
font-family: "Open Sans", "sans-serif";
3638
}
3739

3840
div.sphinxsidebar h3 a,
@@ -123,12 +125,14 @@ div.body p.caption {
123125
ul {
124126
list-style-type: none;
125127
margin-left: 0;
128+
font-family: "Open Sans", "sans-serif";
126129
}
127130

128131
ul ul {
129132
list-style-type: circle;
130133
margin-left: 30px;
131134
color: #999;
135+
font-family: "Open Sans", "sans-serif";
132136
}
133137

134138
@media screen and (min-device-width: 320px)and (max-device-width: 640px) {

0 commit comments

Comments
 (0)