mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Changing the code-font font-family to prefer Menlo and Consolas over Monaco, and adding more back-up fonts.
This commit is contained in:
parent
b363be873b
commit
54e4408d8c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue