update code font-family

This commit is contained in:
afc163 2015-06-02 18:21:17 +08:00
parent 6842c03762
commit 4154723220

View File

@ -47,7 +47,7 @@ pre code {
display: block;
background: white;
color: #666;
font-family: Menlo, Monaco, Consolas, monospace;
font-family: Consolas, monospace;
line-height: 1.5;
border: 1px solid #e9e9e9;
padding: 10px 15px;