Change fonts

This commit is contained in:
Griatch 2020-06-16 21:41:12 +02:00
parent c48391e252
commit c1dbcfd15b
2 changed files with 6 additions and 7 deletions

View file

@ -637,8 +637,7 @@ to understand our friendly Google-style docstrings used in classes and functions
[recommonmark]: https://recommonmark.readthedocs.io/en/latest/index.html
[commonmark]: https://spec.commonmark.org/current/
[commonmark-help]: https://commonmark.org/help/
[sphinx-autodoc]: http://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#module-
sphinx.ext.autodoc
[sphinx-autodoc]: http://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#module-sphinx.ext.autodoc
[sphinx-napoleon]: http://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html
[getting-started]: Getting-Started
[contributing]: Contributing
@ -649,4 +648,4 @@ sphinx.ext.autodoc
[linkdemo]: #Links
[retext]: https://github.com/retext-project/retext
[grip]: https://github.com/joeyespo/grip
[pycharm]: https://www.jetbrains.com/pycharm/
[pycharm]: https://www.jetbrains.com/pycharm/

View file

@ -14,7 +14,7 @@
/* -- page layout ----------------------------------------------------------- */
body {
font-family: Arial, sans-serif;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 100%;
background-color: #eee;
color: #555;
@ -93,7 +93,7 @@ div.sphinxsidebarwrapper{
div.sphinxsidebar h3,
div.sphinxsidebar h4 {
font-family: Arial, sans-serif;
font-family: Arvo, sans-serif;
color: #4f4f4f;
font-size: 1.2em;
font-weight: normal;
@ -130,7 +130,7 @@ div.sphinxsidebar a {
div.sphinxsidebar input {
border: 1px solid #ccc;
font-family: sans-serif;
font-family: Arvo, sans-serif;
font-size: 1em;
}
@ -165,7 +165,7 @@ div.body h3,
div.body h4,
div.body h5,
div.body h6 {
font-family: Arial, sans-serif;
font-family: Arvo, Monaco, serif;
background-color: #f7f7f3;
font-weight: normal;
color: #212224;