diff options
-rw-r--r-- | conf.py | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -52,6 +52,13 @@ html_theme = 'alabaster' # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] +html_theme_options = { + 'donate_url': 'https://ko-fi.com/boringcactus', + 'show_relbar_bottom': True, + 'font_family': '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif', + 'font_size': '16px', +} + # PDF output |