Change fonts
This commit is contained in:
parent
204c500400
commit
466588288e
2 changed files with 6 additions and 7 deletions
|
|
@ -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
|
[recommonmark]: https://recommonmark.readthedocs.io/en/latest/index.html
|
||||||
[commonmark]: https://spec.commonmark.org/current/
|
[commonmark]: https://spec.commonmark.org/current/
|
||||||
[commonmark-help]: https://commonmark.org/help/
|
[commonmark-help]: https://commonmark.org/help/
|
||||||
[sphinx-autodoc]: http://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#module-
|
[sphinx-autodoc]: http://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#module-sphinx.ext.autodoc
|
||||||
sphinx.ext.autodoc
|
|
||||||
[sphinx-napoleon]: http://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html
|
[sphinx-napoleon]: http://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html
|
||||||
[getting-started]: Getting-Started
|
[getting-started]: Getting-Started
|
||||||
[contributing]: Contributing
|
[contributing]: Contributing
|
||||||
|
|
@ -649,4 +648,4 @@ sphinx.ext.autodoc
|
||||||
[linkdemo]: #Links
|
[linkdemo]: #Links
|
||||||
[retext]: https://github.com/retext-project/retext
|
[retext]: https://github.com/retext-project/retext
|
||||||
[grip]: https://github.com/joeyespo/grip
|
[grip]: https://github.com/joeyespo/grip
|
||||||
[pycharm]: https://www.jetbrains.com/pycharm/
|
[pycharm]: https://www.jetbrains.com/pycharm/
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
/* -- page layout ----------------------------------------------------------- */
|
/* -- page layout ----------------------------------------------------------- */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Arial, sans-serif;
|
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
color: #555;
|
color: #555;
|
||||||
|
|
@ -93,7 +93,7 @@ div.sphinxsidebarwrapper{
|
||||||
|
|
||||||
div.sphinxsidebar h3,
|
div.sphinxsidebar h3,
|
||||||
div.sphinxsidebar h4 {
|
div.sphinxsidebar h4 {
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arvo, sans-serif;
|
||||||
color: #4f4f4f;
|
color: #4f4f4f;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
@ -130,7 +130,7 @@ div.sphinxsidebar a {
|
||||||
|
|
||||||
div.sphinxsidebar input {
|
div.sphinxsidebar input {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
font-family: sans-serif;
|
font-family: Arvo, sans-serif;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -165,7 +165,7 @@ div.body h3,
|
||||||
div.body h4,
|
div.body h4,
|
||||||
div.body h5,
|
div.body h5,
|
||||||
div.body h6 {
|
div.body h6 {
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arvo, Monaco, serif;
|
||||||
background-color: #f7f7f3;
|
background-color: #f7f7f3;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #212224;
|
color: #212224;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue