Closed probonopd closed 3 years ago
How can we get sphinx_rtd_theme to use other font? It seems to load a font called Lato, but we want to use the system sans-serif font (on helloSystem, Nimbus Sans).
sphinx_rtd_theme
https://www.kernel.org/doc/html/latest/ seems to be using a file https://www.kernel.org/doc/html/latest/_static/theme_overrides.css.
When we copy this to https://github.com/helloSystem/docs/blob/main/_static/theme_overrides.css then it does not get used.
How can we make it so that it gets used?
https://docs.readthedocs.io/en/latest/guides/adding-custom-css.html
How can we get
sphinx_rtd_theme
to use other font? It seems to load a font called Lato, but we want to use the system sans-serif font (on helloSystem, Nimbus Sans).https://www.kernel.org/doc/html/latest/ seems to be using a file https://www.kernel.org/doc/html/latest/_static/theme_overrides.css.
When we copy this to https://github.com/helloSystem/docs/blob/main/_static/theme_overrides.css then it does not get used.
How can we make it so that it gets used?