Change monospace font
This commit is contained in:
parent
545c655e73
commit
350492c6e4
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ $base_font_size: 14px;
|
|||
$widget_border_radius: 0.5em;
|
||||
$table_header_rounding: 6px;
|
||||
|
||||
$monospace-fonts: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
|
||||
$monospace-fonts: var(--md-code-font-family),monospace;
|
||||
$navbar_height: 50px;
|
||||
$navbar_height_mobile: 36px;
|
||||
|
|
Loading…
Reference in a new issue