Merge pull request #29 from sorin-davidoi/patch-1

fix(parts/base): Use system-ui when available
This commit is contained in:
Kognise 2019-04-09 09:33:09 -04:00 committed by GitHub
commit dff974d180
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
line-height: 1.4;
max-width: 800px;
@ -18,4 +18,4 @@ button, input, textarea {
color $animation-duration linear,
box-shadow $animation-duration linear,
transform $animation-duration ease;
}
}