mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-01-12 22:44:57 +08: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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user