From c5caba60508a313d81bb53f47e9856cdbb0ccf51 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Wed, 8 Nov 2017 16:38:47 +0100 Subject: [PATCH] Tune font stack --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index cd9a2882..c848d7aa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -80,8 +80,9 @@ pygments_style = 'sphinx' html_theme = "alabaster" html_theme_options = { - "font_family": '"Avenir Next", "Helvetica Neue", Calibri, sans-serif', + "font_family": '"Avenir Next", Calibri, "PT Sans", sans-serif', "font_size": "18px", + "head_font_family": 'serif', } # The name of an image file (relative to this directory) to place at the top