Added code font styling fallback

This commit is contained in:
Daniel Chambers 2016-09-12 10:14:53 +10:00 committed by GitHub
parent c20670f0eb
commit e3c74c757e

View File

@ -616,7 +616,7 @@ a[href] {
}
.caption { color: #6e618d!important }
pre{ background: #f8f8f8; padding: 1em; }
pre, pre * { font-family: "ubuntu mono", "Monaco" !important; font-size: 13px !important; }
pre, pre * { font-family: "ubuntu mono", "Monaco", "Consolas", monospace !important; font-size: 13px !important; }
#table-of-contents {
background: #f8f8f8;
border: 1px solid #eee;