Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mkdocs_alabaster/css/alabaster.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* -- page layout ----------------------------------------------------------- */

body {
font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif;
font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, serif;
font-size: 17px;
background-color: white;
color: #000;
Expand Down Expand Up @@ -148,7 +148,7 @@ div.sphinxsidebar ul li.toctree-l2 > a {

div.sphinxsidebar input {
border: 1px solid #CCC;
font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif;
font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, serif;
font-size: 1em;
}

Expand Down