mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
serif failback
This commit is contained in:
Vendored
+2
-2
@@ -14,7 +14,7 @@
|
||||
/* -- page layout ----------------------------------------------------------- */
|
||||
|
||||
body {
|
||||
font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro';
|
||||
font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro' , serif;
|
||||
font-size: 17px;
|
||||
background-color: white;
|
||||
color: #000;
|
||||
@@ -532,4 +532,4 @@ a:hover tt {
|
||||
|
||||
.revsys-inline {
|
||||
display: none!important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user