mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Merge pull request #95 from samdozor/dev
Changing the code font-family to prefer Menlo/Consolas over Monaco
This commit is contained in:
commit
3c36233e6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue