We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c7a8e commit 1408fb0Copy full SHA for 1408fb0
docs/user_guide/fonts.rst
@@ -28,7 +28,7 @@ The default body and header fonts can be changed as follows:
28
For example, you could download and vendor the font in the ``_static`` directory
29
of your Sphinx site, and then update the base template to load the font resources:
30
31
- - Configure the `template_path <https://www.sphinx-doc.org/en/master/theming.html#templating>`__
+ - Configure the `template_path <https://www.sphinx-doc.org/en/master/development/theming.html#templating>`__
32
in your ``conf.py``
33
- Create a custom ``layout.html`` Jinja2 template which overloads the ``fonts`` block
34
(example for loading the Lato font that is included in the ``_static/vendor`` directory):
0 commit comments