Skip to content
Snippets Groups Projects
Commit 00faf3e9 authored by Julien Girard-Satabin's avatar Julien Girard-Satabin
Browse files

[doc] Sans serif font for html documentation.

parent 78f3b640
No related branches found
No related tags found
No related merge requests found
body{
font-family: Ubuntu, sans-serif;
}
...@@ -69,6 +69,9 @@ html_theme = 'alabaster' ...@@ -69,6 +69,9 @@ html_theme = 'alabaster'
# relative to this directory. They are copied after the builtin static files, # relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css". # so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static'] html_static_path = ['_static']
html_css_files = [
'custom.css',
]
# -- Options for LaTeX output --------------------------------------------- # -- Options for LaTeX output ---------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment