Fix "Ubunto Mono" $mono type misspelling

This commit is contained in:
Adam 2020-09-23 16:19:30 -05:00 committed by GitHub
parent a6c20c321f
commit 5f75a9f32c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;