From 6ba0f7140561fdea105dcbd772d05fa63f17a7a9 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Wed, 28 Oct 2020 18:25:07 -0600 Subject: fix font fuckery --- conf.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conf.py b/conf.py index 389c894..79e49e1 100644 --- a/conf.py +++ b/conf.py @@ -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 -- cgit v1.2.3