mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
serif failback
This commit is contained in:
Vendored
+2
-2
@@ -14,7 +14,7 @@
|
|||||||
/* -- page layout ----------------------------------------------------------- */
|
/* -- page layout ----------------------------------------------------------- */
|
||||||
|
|
||||||
body {
|
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;
|
font-size: 17px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: #000;
|
color: #000;
|
||||||
@@ -532,4 +532,4 @@ a:hover tt {
|
|||||||
|
|
||||||
.revsys-inline {
|
.revsys-inline {
|
||||||
display: none!important;
|
display: none!important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user