diff options
author | Wesley Wiedenmeier <wesley.wiedenmeier@gmail.com> | 2016-03-18 01:38:27 -0500 |
---|---|---|
committer | Wesley Wiedenmeier <wesley.wiedenmeier@gmail.com> | 2016-03-18 01:38:27 -0500 |
commit | 671493a26966b179ecc09ce222b987fbc5376fe2 (patch) | |
tree | 9e1fe1dd8b4b147268d716b09cfca22a3bdd7df3 /doc/rtd/conf.py | |
parent | 16a44056eaa5cc36fd9f6b08fe3a6bb4700fe1e7 (diff) | |
parent | 56402e91e95960f54a39eb18cbda391f00f95b6e (diff) | |
download | vyos-cloud-init-671493a26966b179ecc09ce222b987fbc5376fe2.tar.gz vyos-cloud-init-671493a26966b179ecc09ce222b987fbc5376fe2.zip |
Merge from trunk
Diffstat (limited to 'doc/rtd/conf.py')
-rw-r--r-- | doc/rtd/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rtd/conf.py b/doc/rtd/conf.py index d3764bea..8a391f21 100644 --- a/doc/rtd/conf.py +++ b/doc/rtd/conf.py @@ -68,8 +68,8 @@ html_theme = 'default' # further. For a list of options available for each theme, see the # documentation. html_theme_options = { - "bodyfont": "Arial, sans-serif", - "headfont": "Arial, sans-serif" + "bodyfont": "Ubuntu, Arial, sans-serif", + "headfont": "Ubuntu, Arial, sans-serif" } # The name of an image file (relative to this directory) to place at the top |