diff --git a/docs/user_guide/fonts.rst b/docs/user_guide/fonts.rst index eafb4b323..ee84e29cd 100644 --- a/docs/user_guide/fonts.rst +++ b/docs/user_guide/fonts.rst @@ -28,7 +28,7 @@ The default body and header fonts can be changed as follows: For example, you could download and vendor the font in the ``_static`` directory of your Sphinx site, and then update the base template to load the font resources: - - Configure the `template_path `__ + - Configure the `template_path `__ in your ``conf.py`` - Create a custom ``layout.html`` Jinja2 template which overloads the ``fonts`` block (example for loading the Lato font that is included in the ``_static/vendor`` directory):