diff options
author | Melody Horn <melody@boringcactus.com> | 2020-10-28 18:25:07 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-10-28 18:25:07 -0600 |
commit | 6ba0f7140561fdea105dcbd772d05fa63f17a7a9 (patch) | |
tree | f9ebd70807082a1eb593a2848576a50745b0ff24 | |
parent | df96731c7595a2ec18fdcf15e62dab4ecc7c7685 (diff) | |
download | spec-6ba0f7140561fdea105dcbd772d05fa63f17a7a9.tar.gz spec-6ba0f7140561fdea105dcbd772d05fa63f17a7a9.zip |
fix font fuckery
-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 |