aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-10-28 18:25:07 -0600
committerMelody Horn <melody@boringcactus.com>2020-10-28 18:25:07 -0600
commit6ba0f7140561fdea105dcbd772d05fa63f17a7a9 (patch)
treef9ebd70807082a1eb593a2848576a50745b0ff24
parentdf96731c7595a2ec18fdcf15e62dab4ecc7c7685 (diff)
downloadspec-6ba0f7140561fdea105dcbd772d05fa63f17a7a9.tar.gz
spec-6ba0f7140561fdea105dcbd772d05fa63f17a7a9.zip
fix font fuckery
-rw-r--r--conf.py7
1 files changed, 7 insertions, 0 deletions
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