update css

This commit is contained in:
Ray Elliott 2020-05-07 20:43:30 +00:00
parent 07d03510fd
commit 7b0008b261
2 changed files with 4 additions and 2 deletions

View File

@ -374,7 +374,8 @@ select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 1rem;
line-height: 1.5;
}

View File

@ -374,7 +374,8 @@ select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: 400;
font-size: 1rem;
line-height: 1.5;
}