Commit 54e4408d authored by Sam Dozor's avatar Sam Dozor

Changing the code-font font-family to prefer Menlo and Consolas over Monaco,...

Changing the code-font font-family to prefer Menlo and Consolas over Monaco, and adding more back-up fonts.
parent b363be87
......@@ -75,7 +75,7 @@ $h1-margin-bottom: 21px; // padding under the largest header tags
}
%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