mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 14:54:58 +01:00
fix(parts/base): Use system-ui when available
https://caniuse.com/#search=system-ui
This commit is contained in:
parent
cfe782ad0c
commit
93166998b3
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
body {
|
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;
|
line-height: 1.4;
|
||||||
|
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue