FIX: add system fonts to wizard

This commit is contained in:
Jordan Vidrine 2020-07-22 09:07:57 -05:00 committed by GitHub
parent 0884d570b1
commit b0b42a3209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ body.wizard {
color: #444;
line-height: $line-height-large;
font-size: 15px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.finish-installation {