summaryrefslogtreecommitdiff
path: root/doc/rtd/conf.py
diff options
context:
space:
mode:
authorDustin Kirkland <kirkland@ubuntu.com>2015-11-14 22:32:04 -0600
committerDustin Kirkland <kirkland@ubuntu.com>2015-11-14 22:32:04 -0600
commitdf9719a785a31ca7cf21ae398e2eeac35496000b (patch)
tree8ceba4db5e3171be2118ade456e1ea0528cf92f3 /doc/rtd/conf.py
parentc317be91b3cb7324318e49fa8946b5bb6d8b52d6 (diff)
downloadvyos-cloud-init-df9719a785a31ca7cf21ae398e2eeac35496000b.tar.gz
vyos-cloud-init-df9719a785a31ca7cf21ae398e2eeac35496000b.zip
use the Ubuntu font, when possible, in the documentation
Diffstat (limited to 'doc/rtd/conf.py')
-rw-r--r--doc/rtd/conf.py4
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