Commit 3c36233e authored by Robert Lord's avatar Robert Lord

Merge pull request #95 from samdozor/dev

Changing the code font-family to prefer Menlo/Consolas over Monaco
parents 965156d5 54e4408d
......@@ -78,7 +78,7 @@ $phone-width: $tablet-width - $nav-width; // min width before reverting to mobil
}
%code-font {
font-family: Monaco, "Courier New", monospace;
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
font-size: 12px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment