Merge pull request #13 from logaan/master
added monospace fallback to enable fixed width on linux
This commit is contained in:
commit
6b594cc695
@ -66,7 +66,7 @@ blockquote {
|
||||
}
|
||||
|
||||
code, pre {
|
||||
font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
|
||||
font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, monospace;
|
||||
color:#333;
|
||||
font-size:12px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user