Tune font stack
This commit is contained in:
parent
2e97529a52
commit
c5caba6050
|
@ -80,8 +80,9 @@ pygments_style = 'sphinx'
|
||||||
|
|
||||||
html_theme = "alabaster"
|
html_theme = "alabaster"
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
"font_family": '"Avenir Next", "Helvetica Neue", Calibri, sans-serif',
|
"font_family": '"Avenir Next", Calibri, "PT Sans", sans-serif',
|
||||||
"font_size": "18px",
|
"font_size": "18px",
|
||||||
|
"head_font_family": 'serif',
|
||||||
}
|
}
|
||||||
|
|
||||||
# The name of an image file (relative to this directory) to place at the top
|
# The name of an image file (relative to this directory) to place at the top
|
||||||
|
|
Loading…
Reference in New Issue