Use the system font stack from WP admin (#1416)

This commit is contained in:
Neil Abraham 2020-04-24 13:36:40 +01:00 committed by GitHub
parent fd76af274d
commit e8650e1ee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

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