Fix "Ubunto Mono" $mono type misspelling
This commit is contained in:
parent
a6c20c321f
commit
5f75a9f32c
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ $text: -apple-system, BlinkMacSystemFont,
|
|||
"Segoe UI", "Oxygen", "Ubuntu", "Roboto", "Cantarell",
|
||||
"Fira Sans", "Droid Sans", "Helvetica Neue",
|
||||
sans-serif;
|
||||
$mono: "Lucida Console", "DejaVu Sans Mono", "Ubunto Mono", Monaco, monospace;
|
||||
$mono: "Lucida Console", "DejaVu Sans Mono", "Ubuntu Mono", Monaco, monospace;
|
||||
$heading: $text;
|
||||
$fs-m: 14px;
|
||||
$fs-s: 12px;
|
||||
|
|
Loading…
Reference in a new issue